mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-06 11:33:41 -05:00
RelayNext: bump wait time in tests to avoid potential race?
This commit is contained in:
parent
6c5d653b6a
commit
a62a0184ed
@ -158,7 +158,7 @@ class RelayNextTestCase(PluginTestCase):
|
|||||||
response = irc.takeMsg()
|
response = irc.takeMsg()
|
||||||
fed = time.time()
|
fed = time.time()
|
||||||
while response is None and time.time() - fed < self.timeout:
|
while response is None and time.time() - fed < self.timeout:
|
||||||
time.sleep(0.01)
|
time.sleep(0.05)
|
||||||
drivers.run()
|
drivers.run()
|
||||||
response = irc.takeMsg()
|
response = irc.takeMsg()
|
||||||
return response
|
return response
|
||||||
|
Loading…
x
Reference in New Issue
Block a user