We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f7f81 commit 7ab5579Copy full SHA for 7ab5579
travis-tests/docker-compose.sh
@@ -4,7 +4,7 @@ main(){
4
if ! docker-compose up --build -d; then
5
test_failed "$0"
6
fi
7
- if ! sleep 30; then
+ if ! sleep 40; then
8
9
10
if ! docker-compose ps; then
@@ -13,7 +13,7 @@ main(){
13
if ! curl localhost:5000/api/v1/data -X PUT -H "Content-Type: application/json" -d '@data/small-dataset.json'; then
14
15
16
- if ! sleep 10; then
+ if ! sleep 20; then
17
18
19
if ! curl localhost:5000/api/v1/chat -X POST -H "Content-Type: application/json" -d '{"message": "Game of Thrones", "travis": true}'; then
0 commit comments