Skip to content

Commit

Permalink
ci: increase the expected startup time
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed Mar 8, 2021
1 parent 176aa22 commit 6eccf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run.sh
Expand Up @@ -42,7 +42,7 @@ PORT=$(docker port "${PROJECT}_platform_ui_1" 80/tcp | awk -F: '{print $2}')

timeout 60 sh -c "until nc -z localhost $PORT; do sleep 1; done"

sleep 15
sleep 30

curl -s --head --request GET localhost:$PORT | head -1 | grep 'HTTP/1.1 200'
curl -s --head --request GET http://localhost:$PORT/api/deepdetect/info | head -1 | grep 'HTTP/1.1 200'
Expand Down

0 comments on commit 6eccf1b

Please sign in to comment.