mysql test stab

This commit is contained in:
Eugene Pankov 2022-11-11 17:20:00 +01:00
parent 3881f21f00
commit e0ca01486c
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
2 changed files with 2 additions and 1 deletions

View file

@ -43,7 +43,7 @@ jobs:
- name: Run
working-directory: tests
run: |
RUST_LOG=debug TIMEOUT=120 poetry run ./run.sh
TIMEOUT=120 poetry run ./run.sh
cargo llvm-cov --no-run --hide-instantiations --lcov > coverage.lcov
- name: SonarCloud Scan

View file

@ -62,6 +62,7 @@ class Test:
time.sleep(15)
wait_mysql_port(db_port)
wait_port(shared_wg.mysql_port, recv=False)
time.sleep(15)
client = processes.start(
[