Skip to content

Commit

Permalink
Increase receiverInfo collector timeout to 2 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilayaperumalg committed Jan 14, 2015
1 parent 3118e5e commit 868efab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class StreamingListenerSuite extends TestSuiteBase with Matchers {

ssc.start()
try {
eventually(timeout(1000 millis), interval(20 millis)) {
eventually(timeout(2000 millis), interval(20 millis)) {
collector.startedReceiverStreamIds.size should equal (1)
collector.startedReceiverStreamIds(0) should equal (0)
collector.stoppedReceiverStreamIds should have size 1
Expand Down

0 comments on commit 868efab

Please sign in to comment.