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

Merge branch 'fix/gb/increase-ci-gdk-run-wait-time' into 'master'

Increase CI wait time for `gdk run`

See merge request !269
parents 275d08e6 aa268ebf
No related branches found
No related tags found
1 merge request!269Increase CI wait time for `gdk run`
Pipeline #
Loading
Loading
@@ -39,8 +39,8 @@ test:install:
- netstat -lpt
- gdk install
- support/set-gitlab-upstream
- killall node
- killall node || true
- gdk run &
- sleep 10
- 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