Skip to content

Commit

Permalink
Further increase timeout for DebugSymbolsTest#debugSymbolsQuarkus
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak authored and jerboaa committed Jun 12, 2023
1 parent 671dc07 commit d69f85c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public CP[] get(boolean inContainer) {
Pattern.DOTALL),
// FIXME: The timeout should be revisited once we conclude on whether such a delay on loading
// the symbols is acceptable or not. See https://github.com/Karm/mandrel-integration-tests/issues/160
5 * 60),
10 * 60),
new CP("run&\n",
Pattern.compile(".*Installed features:.*", Pattern.DOTALL)),
new CP("GOTO URL http://localhost:8080/data/config/lookup",
Expand Down

0 comments on commit d69f85c

Please sign in to comment.