Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f87d664

Browse files
committed
chore(*): update Sauce Connect from 4.4.12 to 4.5.1
Sauce Connect 4.5.0 fixes "a major bug in connection state logic that caused clients to exit prematurely". See https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy+Change+Logs This will possibly improve the stability of our test runs. Closes #16730
1 parent b1d0a83 commit f87d664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/saucelabs/start_tunnel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -e
1111
# Curl and run this script as part of your .travis.yml before_script section:
1212
# before_script:
1313
# - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
14-
SC_VERSION="4.4.12"
14+
SC_VERSION="4.5.1"
1515
CONNECT_URL="https://saucelabs.com/downloads/sc-$SC_VERSION-linux.tar.gz"
1616
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
1717
CONNECT_DOWNLOAD="sc-$SC_VERSION-linux.tar.gz"

0 commit comments

Comments
 (0)