Skip to content

Commit 71ebf30

Browse files
Trying to reproduce freeze on CI.
1 parent 82797f5 commit 71ebf30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-
}, 60, 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)