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