Skip to content
Snippets Groups Projects
Commit 8729fca0 authored by rhenck's avatar rhenck
Browse files

[CI] Wait for modules to be started before running e2e

20s is hopefully enough.
parent 75133a8a
No related branches found
No related tags found
No related merge requests found
Pipeline #60666 failed
...@@ -21,6 +21,7 @@ test-e2e: ...@@ -21,6 +21,7 @@ test-e2e:
script: script:
- nohup npm run start-editor-local & - nohup npm run start-editor-local &
- nohup npm run start-player-local & - nohup npm run start-player-local &
- sleep 20
- npm run e2e-headless - npm run e2e-headless
artifacts: artifacts:
when: always when: always
......
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