Skip to content

Commit

Permalink
Update test_delta_stream.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LauJohansson authored May 8, 2023
1 parent 083cf77 commit f2dab5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cluster/delta/test_delta_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def test_09_trigger_once(self):
o.execute()

# wait 20 sec for the stream to start
time.sleep(secs=20)
time.sleep(20)

stop_all_streams()

Expand Down Expand Up @@ -266,7 +266,7 @@ def test_09_trigger_processing_time(self):
o.execute()

# wait 60 sec for the stream to start
time.sleep(secs=60)
time.sleep(60)

stop_all_streams()

Expand Down

0 comments on commit f2dab5b

Please sign in to comment.