Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Feb 24, 2024
1 parent 9bdd7f6 commit 69e7b79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/end2end/session/test_stop.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def new_msg(msg):

def wait_for_n_messages(n):
nonlocal messages
messages = [] # clear
t = time.time()
while len(messages) < n:
sleep(0.01)
Expand Down Expand Up @@ -239,6 +240,7 @@ def new_msg(msg):

def wait_for_n_messages(n):
nonlocal messages
messages = [] # clear
t = time.time()
while len(messages) < n:
sleep(0.01)
Expand Down

0 comments on commit 69e7b79

Please sign in to comment.