mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 17:08:36 +00:00
tests - sleep 30s between autoconf tests
This commit is contained in:
parent
17e14f4d53
commit
0fca93e3e8
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ class AutoconfTest(Test) :
|
|||
proc = run("docker-compose -f autoconf.yml up -d", shell=True, cwd=test)
|
||||
if proc.returncode != 0 :
|
||||
raise(Exception("docker-compose up failed"))
|
||||
sleep(30)
|
||||
except :
|
||||
log("AUTOCONF", "❌", "exception while running AutoconfTest._setup_test()\n" + format_exc())
|
||||
self._cleanup_test()
|
||||
|
|
|
|||
Loading…
Reference in a new issue