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:
Jamil
2024-07-01 09:24:52 -07:00
committed by GitHub
parent 8388efcf52
commit f4d9a204df
2 changed files with 2 additions and 3 deletions

View File

@@ -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