We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0975120 commit 8c3d0a3Copy full SHA for 8c3d0a3
1 file changed
wiremock/server/server.py
@@ -63,10 +63,11 @@ def start(self):
63
if resp.status_code == 200:
64
success = True
65
break
66
- time.sleep(0.25)
67
except requests.exceptions.ConnectionError:
68
pass
69
+ time.sleep(0.25)
70
+
71
if not success:
72
raise WireMockServerNotStartedError("unable to get a successful GET http://localhost:{}/__admin response".format(self.port))
73
0 commit comments