Skip to content

Commit

Permalink
test is more patient :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Kuthan committed Jan 30, 2016
1 parent 0824bc8 commit 4c48cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/example/WordCountSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ with SparkStreamingSpec with WordCount {

// default timeout for eventually trait
implicit override val patienceConfig =
PatienceConfig(timeout = scaled(Span(1500, Millis)))
PatienceConfig(timeout = scaled(Span(5000, Millis)))

"Sample set" should "be counted over sliding window" in {
Given("streaming context is initialized")
Expand Down

0 comments on commit 4c48cd2

Please sign in to comment.