Skip to content

Commit

Permalink
Allow even more time for subscription notification in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhwaja committed Nov 29, 2024
1 parent 1e270c6 commit e8b1737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_onedrivefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def test_subscriptions(self):
self.fs.touch('touched-file.txt')
info('Touched the file, waiting...')
# need to wait for some time for the notification to come through, but also process incoming http requests
for _ in range(20):
for _ in range(50):
if self.server.app.notified is True:
break
sleep(5)
Expand Down

0 comments on commit e8b1737

Please sign in to comment.