Skip to content

Commit 55bb451

Browse files
author
Davies Liu
committed
increase the timeout for kafka test
1 parent 28fde53 commit 55bb451

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/pyspark/streaming/tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,8 @@ def check_output(n):
573573

574574

575575
class KafkaStreamTests(PySparkStreamingTestCase):
576+
timeout = 20 # seconds
577+
duration = 1
576578

577579
def setUp(self):
578580
super(KafkaStreamTests, self).setUp()

0 commit comments

Comments
 (0)