Skip to content

Commit eb0e8f3

Browse files
committed
Fixes.
1 parent b33f6a6 commit eb0e8f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/graaljs-micronaut-react-ssr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
./mvnw --no-transfer-progress clean package
3737
./mvnw --no-transfer-progress mn:run &
3838
mnpid="$!"
39-
sleep 10
39+
sleep 30
4040
curl --fail-with-body --silent --dump-header - -o /dev/null http://localhost:8080
4141
kill $mnpid

graaljs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This directory contains demo applications and guides for [GraalJS](https://www.g
77
## Demos
88

99
- [Minimal Java application that embeds GraalJS](graaljs-starter/)
10-
- [Embed SVG charting library D3.js with GraalJS in Spring Boot](graaljs-spring-boot-d3/)
11-
- [Render React.js charts in Micronaut using GraalJS](graaljs-micronaut-react-ssr/)
10+
- [Render SVG charts with D3.js and GraalJS in Spring Boot](graaljs-spring-boot-d3/)
11+
- [Render SVG charts with Recharts, React, and GraalJS in Micronaut](graaljs-micronaut-react-ssr/)
1212

1313
## Guides
1414

0 commit comments

Comments
 (0)