Skip to content

Commit

Permalink
Bug 1390517 - Travis: Remove sleep after starting xvfb
Browse files Browse the repository at this point in the history
Since the yarn build takes so long that xvfb already has plenty of
time to start before the tests are run.
  • Loading branch information
edmorley committed Aug 15, 2017
1 parent f76ae07 commit cc490c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -192,7 +192,6 @@ matrix:
- while ! curl "$ELASTICSEARCH_URL" &> /dev/null; do sleep 1; done
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script:
- yarn build
- py.test tests/selenium/ --runselenium --driver Firefox
Expand Down

0 comments on commit cc490c8

Please sign in to comment.