We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bce56 commit d52d5d6Copy full SHA for d52d5d6
smoke-tests/build.gradle.kts
@@ -49,7 +49,7 @@ tasks {
49
50
// TODO investigate why smoke tests occasionally hang forever
51
// this needs to be long enough so that smoke tests that are just running slow don"t time out
52
- timeout.set(Duration.ofMinutes(45))
+ timeout.set(Duration.ofMinutes(60))
53
54
// We enable/disable smoke tests based on the java version requests
55
// In addition to that we disable them on normal test task to only run when explicitly requested.
0 commit comments