Skip to content

Commit cb4f4b7

Browse files
committed
Possible fix for flaky graceful shutdown test.
1 parent ab71f7f commit cb4f4b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

streaming/src/test/scala/org/apache/spark/streaming/StreamingContextSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ class StreamingContextSuite extends FunSuite with BeforeAndAfter with Timeouts w
183183
"Received records = " + TestReceiver.counter.get() + ", " +
184184
"processed records = " + runningCount
185185
)
186+
Thread.sleep(100)
186187
}
187188
}
188189

0 commit comments

Comments
 (0)