Skip to content

Commit dd19fc8

Browse files
committed
fix(travis): Wait more specifically for selenium to start
1 parent b794b4d commit dd19fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ before_script:
1818
- sh -e /etc/init.d/xvfb start
1919
- jdk_switcher use oraclejdk8
2020
- yarn start > /dev/null 2>&1 &
21-
- sleep 10
21+
- while ! curl --silent http://localhost:4444/wd/hub > /dev/null 2>&1; do sleep 1; done
2222
script:
2323
- yarn test

0 commit comments

Comments
 (0)