[GitHub] spark pull request #20371: [SPARK-23197][DStreams] Increased timeouts to res...

2018-01-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20371 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20371: [SPARK-23197][DStreams] Increased timeouts to res...

2018-01-23 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/20371#discussion_r163415477 --- Diff: streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala --- @@ -105,13 +105,13 @@ class ReceiverSuite extends TestSuiteBase with

[GitHub] spark pull request #20371: [SPARK-23197][DStreams] Increased timeouts to res...

2018-01-23 Thread sameeragarwal
Github user sameeragarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/20371#discussion_r163412164 --- Diff: streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala --- @@ -105,13 +105,13 @@ class ReceiverSuite extends TestSuiteBase

[GitHub] spark pull request #20371: [SPARK-23197][DStreams] Increased timeouts to res...

2018-01-23 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/20371 [SPARK-23197][DStreams] Increased timeouts to resolve flakiness ## What changes were proposed in this pull request? Increased timeout from 50 ms to 300 ms (50 ms was really too low).