mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-10-02 11:26:30 +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
|
- name: Run
|
||||||
working-directory: tests
|
working-directory: tests
|
||||||
run: |
|
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
|
cargo llvm-cov --no-run --hide-instantiations --lcov > coverage.lcov
|
||||||
|
|
||||||
- name: SonarCloud Scan
|
- name: SonarCloud Scan
|
||||||
|
|
|
@ -62,7 +62,7 @@ class Test:
|
||||||
wait_mysql_port(db_port)
|
wait_mysql_port(db_port)
|
||||||
wait_port(shared_wg.mysql_port, recv=False)
|
wait_port(shared_wg.mysql_port, recv=False)
|
||||||
|
|
||||||
time.sleep(5)
|
time.sleep(15)
|
||||||
client = processes.start(
|
client = processes.start(
|
||||||
[
|
[
|
||||||
"mysql",
|
"mysql",
|
||||||
|
|
Loading…
Add table
Reference in a new issue