We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfef5cd commit 5e83439Copy full SHA for 5e83439
solana/Makefile
@@ -75,7 +75,7 @@ test-sbf:
75
cargo build-sbf --features mainnet
76
### Unfortunately we cannot saturate all CPUs to perform tests due to nondeterministic `RpcError`
77
### 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
+ cd modules/matching-engine-testing && cargo test-sbf --features mainnet -- --test-threads 3
79
80
.PHONY: anchor-test
81
anchor-test: anchor-test-setup
0 commit comments