diff --git a/python/pyspark/streaming/tests.py b/python/pyspark/streaming/tests.py
index 1bec33509580c48f5434b750809157f5497bfc4e..ffba99502b1480d8610e0cf8a4c0bc6db8c3e6a0 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