Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Adjust timeouts for waiting GDB to read debug symbols #170

Closed zakkak closed 11 months ago

zakkak commented 11 months ago

https://github.com/oracle/graal/pull/6984 reduced the time spent reading debyg symbols but it's still noticeable. This PR re-adjusts the timeouts to a timeout of 60 seconds.

Relates to #160