Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/browserstack/wait-tunnel.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

TUNNEL_LOG="$LOGS_DIR/browserstack-tunnel.log"
WAIT_DELAY=60
WAIT_DELAY=30

# Method that prints the logfile output of the browserstack tunnel.
printLog() {
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/sources/tunnel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

start_tunnel() {
case "$MODE" in
Expand Down
2 changes: 1 addition & 1 deletion scripts/saucelabs/wait-tunnel.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

TUNNEL_LOG="$LOGS_DIR/saucelabs-tunnel.log"
WAIT_DELAY=60
WAIT_DELAY=30

# Method that prints the logfile output of the saucelabs tunnel.
printLog() {
Expand Down