Skip to content

Commit

Permalink
Reduce parallel jobs to prevent rate limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Oct 18, 2022
1 parent f404cb2 commit 2b727cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_all.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

PARALLEL_JOBS="${PARALLEL_JOBS:=20}"
PARALLEL_JOBS="${PARALLEL_JOBS:=3}"

run_test() {
make TEST_ARGS="$1" test
Expand Down

0 comments on commit 2b727cf

Please sign in to comment.