Bump smoke test timeout (#4033)

This commit is contained in:
Trask Stalnaker 2021-08-31 09:48:25 -07:00 committed by GitHub
parent 10bce56cd6
commit d52d5d6f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.