Skip to content
Snippets Groups Projects
Commit 616bb461 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

ci: increase timeout services

parent 561863c9
No related branches found
No related tags found
No related merge requests found
Pipeline #7406 passed
......@@ -187,8 +187,8 @@ test:
before_script:
- apt update -y && apt install -y make wait-for-it
- make build
- wait-for-it -h steering -p "$STEERING_PORT"
- wait-for-it -h tank -p "$TANK_PORT"
- wait-for-it -t 120 -h steering -p "$STEERING_PORT"
- wait-for-it -t 120 -h tank -p "$TANK_PORT"
script:
- make test-local-playwright
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment