Skip to content
Snippets Groups Projects
Commit 8a11ac3d authored by Imran Rashid's avatar Imran Rashid
Browse files

increase sleep time

parent 9f97f2f9
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment