We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3118e5e commit 868efabCopy full SHA for 868efab
streaming/src/test/scala/org/apache/spark/streaming/StreamingListenerSuite.scala
@@ -73,7 +73,7 @@ class StreamingListenerSuite extends TestSuiteBase with Matchers {
73
74
ssc.start()
75
try {
76
- eventually(timeout(1000 millis), interval(20 millis)) {
+ eventually(timeout(2000 millis), interval(20 millis)) {
77
collector.startedReceiverStreamIds.size should equal (1)
78
collector.startedReceiverStreamIds(0) should equal (0)
79
collector.stoppedReceiverStreamIds should have size 1
0 commit comments