tests - sleep 30s between autoconf tests

This commit is contained in:
bunkerity 2022-07-21 16:10:13 +02:00
parent 17e14f4d53
commit 0fca93e3e8
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 0 deletions

View File

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