Skip to content

Commit 844a81c

Browse files
devversionkara
authored andcommitted
build: shorter wait delay for tunnels (#6607)
1 parent bdee98f commit 844a81c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/browserstack/wait-tunnel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
TUNNEL_LOG="$LOGS_DIR/browserstack-tunnel.log"
4-
WAIT_DELAY=60
4+
WAIT_DELAY=30
55

66
# Method that prints the logfile output of the browserstack tunnel.
77
printLog() {

scripts/ci/sources/tunnel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
source ./scripts/ci/sources/retry-call.sh
55

66
# Variable the specifies how often the wait script should be invoked if it fails.
7-
WAIT_RETRIES=1
7+
WAIT_RETRIES=2
88

99
start_tunnel() {
1010
case "$MODE" in

scripts/saucelabs/wait-tunnel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
TUNNEL_LOG="$LOGS_DIR/saucelabs-tunnel.log"
4-
WAIT_DELAY=60
4+
WAIT_DELAY=30
55

66
# Method that prints the logfile output of the saucelabs tunnel.
77
printLog() {

0 commit comments

Comments
 (0)