Skip to content
Snippets Groups Projects
Commit ced53cd2 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Try curl with retry and reduce wait time to 30 sec

parent ae076729
No related branches found
No related tags found
1 merge request!269Increase CI wait time for `gdk run`
Pipeline #
Loading
Loading
@@ -41,6 +41,6 @@ test:install:
- support/set-gitlab-upstream
- killall node
- gdk run &
- sleep 240
- curl -f http://127.0.0.1:3000/
- sleep 30
- curl -f --retry 10 --retry-delay 5 http://127.0.0.1:3000/
 
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment