mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
fix typo
This commit is contained in:
parent
efef4ae632
commit
e9343c8715
@ -1456,7 +1456,7 @@ class RealTestAliceBob(MagicFolderAliceBobTestMixin, unittest.TestCase):
|
||||
# notification will occur, and anyway we're not waiting for
|
||||
# them in any case...so we'll just fudge it and hope 100ms is enough.
|
||||
delay = 5.0 if sys.platform == "win32" else 0.1
|
||||
return task.deferLater(reactor, delay lambda: None)
|
||||
return task.deferLater(reactor, delay, lambda: None)
|
||||
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user