Skip to content

Commit 5e83439

Browse files
committed
makefile changed to 3 threads
1 parent dfef5cd commit 5e83439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solana/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test-sbf:
7575
cargo build-sbf --features mainnet
7676
### Unfortunately we cannot saturate all CPUs to perform tests due to nondeterministic `RpcError`
7777
### reverts. We constrain the number of threads when we run these tests.
78-
cd modules/matching-engine-testing && cargo test-sbf --features mainnet -- --test-threads 4
78+
cd modules/matching-engine-testing && cargo test-sbf --features mainnet -- --test-threads 3
7979

8080
.PHONY: anchor-test
8181
anchor-test: anchor-test-setup

0 commit comments

Comments
 (0)