Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Nov 7, 2023
1 parent 87cf589 commit d91e689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -752,7 +752,7 @@ task jacocoTestReport(type:JacocoReport, dependsOn: "testCurrentDebugUnitTest")
// see https://marathonlabs.github.io/marathon/doc/configuration.html
marathon {
uncompletedTestRetryQuota = 3
testOutputTimeoutMillis = 360000
testOutputTimeoutMillis = 720000
poolingStrategy {
operatingSystem = true
}
Expand Down

0 comments on commit d91e689

Please sign in to comment.