Commit dc63159
Bump the time-out to 4 minutes for NativeImageBundleIT
We see the occasional timeout being reached in our Mandrel CI which
tests graal/master builds (GraalVM CE Innovation builds). What's more
the CI runs on free GHA runners, with 4 CPU cores and 14GB of memory.
Those builds received features which increase build time.
For example:
- Priority inliner (approx. 30-40% longer build times)
oracle/graal#14138
Some successful builds take around up to 2 minutes 50-ish seconds to
complete for the said native IT test. We only see failures of the test
after this upstream PR merged. This seems in-line with the build time
increase. Note that older builds of graal/master from July 2026 took
about 2 minutes and 30 seconds at most.
(cherry picked from commit e57529f)1 parent 6549150 commit dc63159
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments