Tighten timeout and add comment

This commit is contained in:
Mike Cooper 2018-09-04 11:05:02 -07:00
Родитель 073f9408db
Коммит 2a6a318f0f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9424CEA6F89AB334
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -51,10 +51,12 @@ services:
build:
context: .
dockerfile: js-tests-browser.Dockerfile
# The test runner starts listening on the port slightly before it starts
# acceptions requests. Waiting a second makes this work more reliably.
command: |
bash -c "
./wait-for-it.sh -t 30 js-tests:9876
sleep 5
sleep 1
firefox js-tests:9876 --headless "
volumes: