Race conditie: geef test server meer tijd te starten
This commit is contained in:
@@ -229,7 +229,7 @@ def forkTestServer():
|
||||
if (pid == 0):
|
||||
app.run()
|
||||
else:
|
||||
sleep(0.01)
|
||||
sleep(0.1)
|
||||
except Exception as e:
|
||||
raise(e)
|
||||
return(pid)
|
||||
|
Reference in New Issue
Block a user