mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-20 13:35:40 +08:00
.
This commit is contained in:
parent
43f59d8d22
commit
844a9118e7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue