Skip to content

Commit f77b03f

Browse files
Increase timeout
1 parent daf0b4c commit f77b03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_notifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ async def test_peer_connected_room_deleted(
205205

206206
self.assert_webhook_events(event_checks, event_queue, room.id)
207207

208-
def assert_webhook_events(self, event_checks, event_queue, room_id, timeout=30):
208+
def assert_webhook_events(self, event_checks, event_queue, room_id, timeout=60):
209209
deadline = time.monotonic() + timeout
210210
received = []
211211

0 commit comments

Comments
 (0)