Skip to content

Commit d658dd7

Browse files
committed
CAIP-80 extend timeout
1 parent 454feb6 commit d658dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/bdk/integration/e2e_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async def test_datafeed_receives_message(bdk: SymphonyBdk, datafeed_bot_config):
105105
await another_bot.messages().send_message(STREAM_ID, message_content)
106106
try:
107107
# Then: particular message is received by datafeed instance
108-
await asyncio.wait_for(listener.message_received_event.wait(), timeout=30)
108+
await asyncio.wait_for(listener.message_received_event.wait(), timeout=300)
109109
except asyncio.TimeoutError:
110110
pytest.fail("Datafeed did not receive the message within the timeout period.")
111111
finally:

0 commit comments

Comments
 (0)