mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-10-06 05:17:42 +08:00
Update test_mysql_user_auth_password.py
This commit is contained in:
parent
844a9118e7
commit
570986b268
1 changed files with 1 additions and 1 deletions
|
@ -59,10 +59,10 @@ class Test:
|
||||||
)
|
)
|
||||||
api_add_role_to_target(url, session, target["id"], role["id"])
|
api_add_role_to_target(url, session, target["id"], role["id"])
|
||||||
|
|
||||||
|
time.sleep(15)
|
||||||
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(15)
|
|
||||||
client = processes.start(
|
client = processes.start(
|
||||||
[
|
[
|
||||||
"mysql",
|
"mysql",
|
||||||
|
|
Loading…
Add table
Reference in a new issue