Bug 1390517 - Travis: Remove sleep after starting xvfb

Since the yarn build takes so long that xvfb already has plenty of
time to start before the tests are run.
This commit is contained in:
Ed Morley 2017-08-15 16:09:45 +01:00
Родитель f76ae07b97
Коммит cc490c85ee
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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