Skip to content

Commit b3f03e4

Browse files
Attempt to catch freeze on CI
1 parent 87d887b commit b3f03e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/configure_tests.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ tasks.withType(Test).configureEach {
182182
} finally {
183183
scheduler.shutdown()
184184
}
185-
}, 65, TimeUnit.SECONDS) // You can adjust this line with required delay.
185+
}, 7, TimeUnit.MINUTES) // You can adjust this line with required delay.
186186

187187
// Store handles for cancellation in doLast:
188188
ext.dumpFuture = future

0 commit comments

Comments
 (0)