Skip to content

Commit 6aa9943

Browse files
committed
j6
1 parent 1b7fb4d commit 6aa9943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
sudo sysctl -w kernel.core_pattern="coredump.%e.%p"
256256
ulimit -c unlimited
257257
258-
ctest --timeout 1200 -V --output-junit=Testing/Test.xml --no-compress-output -I ${{matrix.shard}},,${{matrix.shards}} -j100 ${{env.RouterCTestExtraArgs}}
258+
ctest --timeout 1200 -V --output-junit=Testing/Test.xml --no-compress-output -I ${{matrix.shard}},,${{matrix.shards}} -j6 ${{env.RouterCTestExtraArgs}}
259259
260260
- name: Report coredump stacktraces (if any tests failed)
261261
if: ${{ failure() }}

0 commit comments

Comments
 (0)