1
0

limit concurrency to 2

This commit is contained in:
Kegan Dougal
2023-10-18 16:03:14 +01:00
parent b32b8a469a
commit e989d040dc
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ fi
export PASS_SYNAPSE_LOG_TESTING=1
# Run the tests!
echo "Images built; running complement"
echo "Images built; running complement with ${extra_test_args[@]} $@ $test_packages"
cd "$COMPLEMENT_DIR"
go test -v -tags "synapse_blacklist" -count=1 "${extra_test_args[@]}" "$@" $test_packages