Extra tijd starten als snelle oplossing
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Marcel Nijenhof
2021-07-31 22:21:19 +02:00
parent 58bb303fa0
commit 3695baf322
+1 -1
View File
@@ -229,7 +229,7 @@ def forkTestServer():
if (pid == 0):
app.run()
else:
sleep(0.1)
sleep(1)
except Exception as e:
raise(e)
return(pid)