Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 30, 2023
1 parent 6e3247d commit 55bcc1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/end2end/session/test_fallback_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ def wait_for_n_messages(n):
while len(messages) < n:
sleep(0.1)
if time.time() - t > 10:
print("taking too long! aborting wait, let tests fails")
break
raise RuntimeError("did not get the number of expected messages under 10 seconds")

self.core.bus.on("message", new_msg)

Expand Down

0 comments on commit 55bcc1c

Please sign in to comment.