From 145aaa4299b95a771e275e16c5606603e245a9cc Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 17 Sep 2013 22:00:29 -0700 Subject: Longer timeout for repl test. 15 seconds is crazy aggressive. I have fast hardware and it's still really easy for a test to take to fifteen seconds under load. --- test/files/run/t7805-repl-i.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/files/run/t7805-repl-i.scala b/test/files/run/t7805-repl-i.scala index a4061689f0..bb5203951e 100644 --- a/test/files/run/t7805-repl-i.scala +++ b/test/files/run/t7805-repl-i.scala @@ -34,7 +34,7 @@ trait HangingRepl extends ReplTest { import scala.concurrent.duration._ import ExecutionContext.Implicits._ import Resulting._ - def timeout = 15 seconds + def timeout = 120 seconds def hanging[A](a: =>A): A = future(a) resultWithin timeout override def show() = Try(hanging(super.show())) recover { case e => e.printStackTrace() -- cgit v1.2.3