We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19eebab commit 9cc74c7Copy full SHA for 9cc74c7
test/asynchronous/test_srv_polling.py
@@ -222,7 +222,7 @@ def response_callback(*args):
222
raise exc("DNS Failure!")
223
224
print(exc)
225
- await asyncio.sleep(0.1)
+ await asyncio.sleep(0.5)
226
227
await self.run_scenario(response_callback, False)
228
test/test_srv_polling.py
- time.sleep(0.1)
+ time.sleep(0.5)
self.run_scenario(response_callback, False)
0 commit comments