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 3d61a7b commit 36860f9Copy full SHA for 36860f9
scripts/ci/test_perf.sh
@@ -7,7 +7,9 @@ SCRIPT_DIR=$(dirname $0)
7
cd $SCRIPT_DIR/../..
8
9
IOS_SERVER_BINARY="ios-server-standalone-0.6.6-SNAPSHOT.jar"
10
-HOSTNAME=$(hostname)
+# This is fixed as Jenkins is running on the host
11
+# that also hosts the wifi
12
+HOSTNAME="192.168.2.1"
13
PROTRACTOR="./node_modules/.bin/protractor"
14
# TODO(tbosch): only running a smoke test on iOS as our transpiled sources don't run in Safari yet.
15
IOS_ARGS="--seleniumAddress=http://localhost:5555/wd/hub --hostname=$HOSTNAME \
@@ -51,7 +53,7 @@ if [[ $IOS_BROWSER ]]; then
51
53
fi
52
54
55
# wait for server to come up!
-sleep 10
56
+sleep 20
57
58
if [[ $IOS_BROWSER ]]; then
59
echo Running ios tests
0 commit comments