Increase sleep in travis build

pull/128/head
Piero Toffanin 2017-03-23 09:43:53 -04:00
rodzic a2f146b725
commit 976dece8bb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -18,6 +18,6 @@ before_install:
install:
- docker-compose up --build -d
- sleep 30
- sleep 50
script: docker-compose exec webapp python manage.py test