summaryrefslogtreecommitdiff
path: root/test/files/presentation
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2012-03-22 18:25:05 +0100
committerIulian Dragos <jaguarul@gmail.com>2012-03-22 18:25:05 +0100
commitcd73ee6c0fce8b1010c0677697d91585734c2861 (patch)
tree39bf769ecbd284da9f28e78d5b31e6a78dae3fc5 /test/files/presentation
parent083970b21ff2fa272ff2cfb26e571682d32f5e84 (diff)
downloadscala-cd73ee6c0fce8b1010c0677697d91585734c2861.tar.gz
scala-cd73ee6c0fce8b1010c0677697d91585734c2861.tar.bz2
scala-cd73ee6c0fce8b1010c0677697d91585734c2861.zip
Increased the timeout from 5s to 60s to make the presentation compiler shutdown test more resilient on slow machines.
Diffstat (limited to 'test/files/presentation')
-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