1 parent 9ab6b9b commit c5d9fa2Copy full SHA for c5d9fa2
1 file changed
tests/fixtures/mock_server.py
@@ -1703,5 +1703,5 @@ def do_GET(self):
1703
t.daemon = True
1704
t.start()
1705
import time
1706
-time.sleep(120)
+time.sleep(600)
1707
httpd.shutdown()
0 commit comments