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 e99405e commit ac59ffbCopy full SHA for ac59ffb
tests/test_e2e.py
@@ -328,11 +328,11 @@ def test_process_request_after_fixing_syntax_error(worker_class):
328
expect={
329
"%s.py modified" % (APP_BASENAME,),
330
"Booting worker",
331
+ "Worker exiting", # safeguard against hitting the old worker
332
},
333
)
334
335
# worker did boot now, request should work
- time.sleep(0.5)
336
response = client.run()
337
assert response.status == 200, (response.status, response.reason)
338
assert response.reason == "OK", response.reason
0 commit comments