Skip to content

Commit fb50609

Browse files
committed
wip
1 parent 3231d0d commit fb50609

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/ci/test_perf.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -e
2+
set -ex
33

44
echo =============================================================================
55
# go to project dir
@@ -29,7 +29,6 @@ function killServer () {
2929
if [[ $serverPid ]]; then
3030
kill $serverPid
3131
fi
32-
kill $serverPid
3332
if [[ $iosServerPid ]]; then
3433
kill $iosServerPid
3534
fi
@@ -50,7 +49,7 @@ if [[ $IOS_BROWSER ]]; then
5049
fi
5150

5251
# wait for server to come up!
53-
sleep 40
52+
sleep 120
5453

5554
if [[ $IOS_BROWSER ]]; then
5655
echo Running ios tests

0 commit comments

Comments
 (0)