Extra tijd starten als snelle oplossing
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
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.1)
|
sleep(1)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise(e)
|
raise(e)
|
||||||
return(pid)
|
return(pid)
|
||||||
|
Reference in New Issue
Block a user