Bump smoke test timeout (#4033)
This commit is contained in:
parent
10bce56cd6
commit
d52d5d6f8b
|
@ -49,7 +49,7 @@ tasks {
|
|||
|
||||
// TODO investigate why smoke tests occasionally hang forever
|
||||
// this needs to be long enough so that smoke tests that are just running slow don"t time out
|
||||
timeout.set(Duration.ofMinutes(45))
|
||||
timeout.set(Duration.ofMinutes(60))
|
||||
|
||||
// We enable/disable smoke tests based on the java version requests
|
||||
// In addition to that we disable them on normal test task to only run when explicitly requested.
|
||||
|
|
Loading…
Reference in New Issue