Skip to content

Commit

Permalink
Revert "[SPARK-49927][SS] pyspark.sql.tests.streaming.test_streaming_…
Browse files Browse the repository at this point in the history
…listener to wait longer"

This reverts commit 2af6536.
  • Loading branch information
HyukjinKwon committed Oct 11, 2024
1 parent b93281e commit ed0a63f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,7 @@ def verify(test_listener):
.start()
)
self.assertTrue(q.isActive)
while progress_event is None or progress_event.batchId == 0:
q.awaitTermination(0.5)
q.awaitTermination(10)
q.stop()

# Make sure all events are empty
Expand Down

0 comments on commit ed0a63f

Please sign in to comment.