aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/pyspark/streaming/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyspark/streaming/tests.py b/python/pyspark/streaming/tests.py
index 1bec335095..ffba99502b 100644
--- a/python/pyspark/streaming/tests.py
+++ b/python/pyspark/streaming/tests.py
@@ -55,7 +55,7 @@ from pyspark.streaming.listener import StreamingListener
class PySparkStreamingTestCase(unittest.TestCase):
- timeout = 10 # seconds
+ timeout = 30 # seconds
duration = .5
@classmethod