Skip to content

Commit 4aeae68

Browse files
committed
fix: resolve CI failures on #1698 (attempt 3)
1 parent d256235 commit 4aeae68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def test_sending_unicast():
519519
zc.send(generated)
520520

521521
# Handle slow github CI runners on windows
522-
for _ in range(10):
522+
for _ in range(60):
523523
time.sleep(0.05)
524524
if zc.cache.get(entry) is not None:
525525
break

0 commit comments

Comments
 (0)