summaryrefslogtreecommitdiff
path: root/test/files/presentation/shutdown-deadlock/ShutdownDeadlockTest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation/shutdown-deadlock/ShutdownDeadlockTest.scala')
-rw-r--r--test/files/presentation/shutdown-deadlock/ShutdownDeadlockTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/presentation/shutdown-deadlock/ShutdownDeadlockTest.scala b/test/files/presentation/shutdown-deadlock/ShutdownDeadlockTest.scala
index 53af84541a..cef9d2a5ed 100644
--- a/test/files/presentation/shutdown-deadlock/ShutdownDeadlockTest.scala
+++ b/test/files/presentation/shutdown-deadlock/ShutdownDeadlockTest.scala
@@ -20,7 +20,7 @@ object Test extends InteractiveTest {
}
for ((j, i) <- jobs1.zipWithIndex) {
- j.get(5000) match {
+ j.get(40000) match {
case None =>
println(i + ": TIMEOUT")
exit(1) // no need to delay the test any longer