Skip to content

Commit d52d5d6

Browse files
authored
Bump smoke test timeout (#4033)
1 parent 10bce56 commit d52d5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tasks {
4949

5050
// TODO investigate why smoke tests occasionally hang forever
5151
// 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))
52+
timeout.set(Duration.ofMinutes(60))
5353

5454
// We enable/disable smoke tests based on the java version requests
5555
// In addition to that we disable them on normal test task to only run when explicitly requested.

0 commit comments

Comments
 (0)