Skip to content

Commit

Permalink
Remove TODO (#7955)
Browse files Browse the repository at this point in the history
I think this got solved a while ago
  • Loading branch information
laurit authored Mar 2, 2023
1 parent 96d4469 commit 143a479
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions smoke-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ tasks {
test {
testLogging.showStandardStreams = true

// 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
// this needs to be long enough so that smoke tests that are just running slow don't time out
timeout.set(Duration.ofMinutes(60))

// We enable/disable smoke tests based on the java version requests
Expand Down

0 comments on commit 143a479

Please sign in to comment.