mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: increase sleep for flaky integration tests due to slow GH runners (#5667)
Both of these deal with the tunnel interface being initialized, which seems to take more than 1s when we have a lot of jobs running. --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
@@ -18,8 +18,7 @@ DOWNLOAD_PID=$!
|
||||
sleep 3 # Download a bit
|
||||
|
||||
docker network disconnect firezone_app firezone-client-1 # Disconnect the client
|
||||
sleep 1
|
||||
|
||||
sleep 3
|
||||
docker network connect firezone_app firezone-client-1 --ip 172.28.0.200 # Reconnect client with a different IP
|
||||
|
||||
# Send SIGHUP, triggering `reconnect` internally
|
||||
|
||||
@@ -45,7 +45,7 @@ stat "/usr/bin/$BINARY_NAME"
|
||||
sudo systemctl start "$SERVICE_NAME" || debug_exit
|
||||
|
||||
# Wait for connlib to set DNS sentinel and update Resources
|
||||
sleep 1
|
||||
sleep 3
|
||||
|
||||
resolvectl dns tun-firezone
|
||||
resolvectl query "$HTTPBIN" || debug_exit
|
||||
|
||||
Reference in New Issue
Block a user