diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 22:26:09 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 22:26:09 +0100 |
commit | 992fff722380bae3b0c56c26aa04fce9728bee31 (patch) | |
tree | c2280812bab1c9b8fdd6bfe3d64c142d095b2158 /test/host/test.sh | |
parent | test/linuxserver: add a peer service (diff) | |
download | wg-api-web-992fff722380bae3b0c56c26aa04fce9728bee31.tar.gz wg-api-web-992fff722380bae3b0c56c26aa04fce9728bee31.zip |
test: increase timeouts
Diffstat (limited to '')
-rwxr-xr-x | test/host/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/host/test.sh b/test/host/test.sh index 0e497bc..0088fba 100755 --- a/test/host/test.sh +++ b/test/host/test.sh @@ -93,7 +93,7 @@ add_devices() { connect_devices server client2 connect_devices server client3 up_device server client1 client2 client3 - sleep 2 + sleep 5 show_device server client1 client2 client3 } |