Skip to content

Commit add156f

Browse files
committed
for _ in range(10)
1 parent 3925148 commit add156f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/fix-empty-room-state.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
+ await_full_state=await_full_state,
2121
+ )
2222
+
23-
+ for _ in range(3):
23+
+ for _ in range(10):
2424
+ await self.clock.sleep(Duration(seconds=1.5))
2525
+ new_state = await self.get_current_state_ids(
2626
+ room_id,

0 commit comments

Comments
 (0)