Skip to content

Commit

Permalink
update timeout to possibly resolve ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
taddes committed Apr 2, 2024
1 parent afad958 commit a130173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_integration_all_rust.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ async def test_no_sentry_output(self):
except httpx.ConnectError:
pass
try:
data = MOCK_SENTRY_QUEUE.get(timeout=1)
data = MOCK_SENTRY_QUEUE.get(timeout=5)
assert not data
except Empty:
pass
Expand Down

0 comments on commit a130173

Please sign in to comment.