From 8a11ac3dc7fe5dad4cb3767bb2dd8769d632402b Mon Sep 17 00:00:00 2001 From: Imran Rashid Date: Sun, 10 Mar 2013 22:31:44 -0700 Subject: increase sleep time --- core/src/test/scala/spark/scheduler/SparkListenerSuite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/scala/spark/scheduler/SparkListenerSuite.scala b/core/src/test/scala/spark/scheduler/SparkListenerSuite.scala index a45a5efbb4..2f5af10e69 100644 --- a/core/src/test/scala/spark/scheduler/SparkListenerSuite.scala +++ b/core/src/test/scala/spark/scheduler/SparkListenerSuite.scala @@ -20,7 +20,7 @@ class SparkListenerSuite extends FunSuite with LocalSparkContext with ShouldMatc //just to make sure some of the tasks take a noticeable amount of time val w = {i:Int => if (i == 0) - Thread.sleep(25) + Thread.sleep(100) i } -- cgit v1.2.3