Skip to content
Snippets Groups Projects
Commit c1518f87 authored by Gijs Peskens's avatar Gijs Peskens
Browse files

Remove test threads limitation from Ubuntu test, add it to MacOS test

parent 1f5e934b
No related branches found
No related tags found
1 merge request!139Tests
Pipeline #87733 failed with stages
in 1 minute and 16 seconds
......@@ -95,7 +95,7 @@ test-ubuntu:
- .ubuntu-amd64-bionic
needs: ["build-ubuntu"]
script:
- cd build && time MESON_TESTTHREADS=4 meson test --print-errorlogs
- cd build && meson test --print-errorlogs
dependencies:
- build-ubuntu
......@@ -114,7 +114,7 @@ test-macos:
- macos
needs: ["build-macos"]
script:
- cd build && meson test --suite unicast --print-errorlogs --timeout-multiplier=10
- cd build && MESON_TESTTHREADS=4 meson test --suite unicast --print-errorlogs --timeout-multiplier=10
dependencies:
- build-macos
......
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