summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/t7805-repl-i.scala2
1 files changed, 1 insertions, 1 deletions
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()