зеркало из https://github.com/mozilla/treeherder.git
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:
Родитель
f76ae07b97
Коммит
cc490c85ee
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче