This commit is contained in:
Eugene Pankov 2022-11-11 16:20:34 +01:00
parent 43f59d8d22
commit 844a9118e7
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
2 changed files with 2 additions and 2 deletions

View file

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

View file

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