Skip to content

Commit 36860f9

Browse files
committed
wip
1 parent 3d61a7b commit 36860f9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/ci/test_perf.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ SCRIPT_DIR=$(dirname $0)
77
cd $SCRIPT_DIR/../..
88

99
IOS_SERVER_BINARY="ios-server-standalone-0.6.6-SNAPSHOT.jar"
10-
HOSTNAME=$(hostname)
10+
# This is fixed as Jenkins is running on the host
11+
# that also hosts the wifi
12+
HOSTNAME="192.168.2.1"
1113
PROTRACTOR="./node_modules/.bin/protractor"
1214
# TODO(tbosch): only running a smoke test on iOS as our transpiled sources don't run in Safari yet.
1315
IOS_ARGS="--seleniumAddress=http://localhost:5555/wd/hub --hostname=$HOSTNAME \
@@ -51,7 +53,7 @@ if [[ $IOS_BROWSER ]]; then
5153
fi
5254

5355
# wait for server to come up!
54-
sleep 10
56+
sleep 20
5557

5658
if [[ $IOS_BROWSER ]]; then
5759
echo Running ios tests

0 commit comments

Comments
 (0)