We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdee98f commit 844a81cCopy full SHA for 844a81c
scripts/browserstack/wait-tunnel.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
TUNNEL_LOG="$LOGS_DIR/browserstack-tunnel.log"
4
-WAIT_DELAY=60
+WAIT_DELAY=30
5
6
# Method that prints the logfile output of the browserstack tunnel.
7
printLog() {
scripts/ci/sources/tunnel.sh
@@ -4,7 +4,7 @@
source ./scripts/ci/sources/retry-call.sh
# Variable the specifies how often the wait script should be invoked if it fails.
-WAIT_RETRIES=1
+WAIT_RETRIES=2
8
9
start_tunnel() {
10
case "$MODE" in
scripts/saucelabs/wait-tunnel.sh
TUNNEL_LOG="$LOGS_DIR/saucelabs-tunnel.log"
# Method that prints the logfile output of the saucelabs tunnel.
0 commit comments