Skip to content

Commit

Permalink
chore: reduce parallelism in PocketIC tests (#3109)
Browse files Browse the repository at this point in the history
A PocketIC library test timed out on a push to master after loading the
root certificate store from a local file. Hence, this PR reduces
parallelism in this test.
  • Loading branch information
mraszyk authored Dec 11, 2024
1 parent 9704556 commit 13b92c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pocket-ic/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ rust_test_suite(
"@mozilla_root_ca_store//file",
],
env = {
"RUST_TEST_THREADS": "2",
"POCKET_IC_BIN": "$(rootpath //rs/pocket_ic_server:pocket-ic-server)",
"SSL_CERT_FILE": "$(rootpath @mozilla_root_ca_store//file)",
"TEST_WASM": "$(rootpath //packages/pocket-ic/test_canister:test_canister.wasm)",
Expand Down

0 comments on commit 13b92c1

Please sign in to comment.