Extra tijd starten als snelle oplossing
Some checks reported errors
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

View File

@@ -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)