mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-10 00:29:47 +08:00
mysql test stab
This commit is contained in:
parent
3881f21f00
commit
e0ca01486c
2 changed files with 2 additions and 1 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
|
||||
TIMEOUT=120 poetry run ./run.sh
|
||||
cargo llvm-cov --no-run --hide-instantiations --lcov > coverage.lcov
|
||||
|
||||
- name: SonarCloud Scan
|
||||
|
|
|
@ -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(
|
||||
[
|
||||
|
|
Loading…
Add table
Reference in a new issue