bugbug
This commit is contained in:
@@ -25,7 +25,7 @@ class Networking:
|
||||
response = self.output_session.get(self.server_address + path)
|
||||
except Exception:
|
||||
self.retries += 1
|
||||
sleep(config.NETWORK_SLEEP_TIME)
|
||||
sleep(config.NETWORK_SLEEP_TIME_SECONDS)
|
||||
return self.get(path)
|
||||
|
||||
assert response.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user