Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Apr 24, 2024
1 parent f1de6aa commit 1370545
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/ui/test/deephaven/ui/test_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,7 @@ def check_size(q):
queue.call_after_put(check_size)

# call now in case the queue is (or was) already at the correct size
if check_size(queue):
queue.unregister_notify()
return
check_size(queue)

if not event.wait(timeout=QUEUE_TIMEOUT):
assert False, f"queue did not reach size {size}"
Expand Down

0 comments on commit 1370545

Please sign in to comment.