Reduce smoke test timeout after split out (#2720)

This commit is contained in:
Trask Stalnaker 2021-04-06 00:37:59 -07:00 committed by GitHub
parent 6ea316e22e
commit 53ffe9fbef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ test {
testLogging.showStandardStreams = true
timeout.set(Duration.ofMinutes(60))
// TODO investigate why smoke tests occasionally hang
timeout.set(Duration.ofMinutes(30))
//We enable/disable smoke tests based on the java version requests
//In addition to that we disable them by default on local machines