diff --git a/yarn-project/accounts/package.json b/yarn-project/accounts/package.json index 6af84aee1c9c..efa1f66e06ca 100644 --- a/yarn-project/accounts/package.json +++ b/yarn-project/accounts/package.json @@ -71,7 +71,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/aztec.js": "workspace:^", diff --git a/yarn-project/archiver/package.json b/yarn-project/archiver/package.json index 22579ff402ec..c92d80bfe57c 100644 --- a/yarn-project/archiver/package.json +++ b/yarn-project/archiver/package.json @@ -61,7 +61,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/circuit-types": "workspace:^", diff --git a/yarn-project/aztec-faucet/package.json b/yarn-project/aztec-faucet/package.json index 6d8ccc7a0220..9315089fa18b 100644 --- a/yarn-project/aztec-faucet/package.json +++ b/yarn-project/aztec-faucet/package.json @@ -55,7 +55,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/ethereum": "workspace:^", diff --git a/yarn-project/aztec-node/package.json b/yarn-project/aztec-node/package.json index f4ff3480301f..ab293ce4ada8 100644 --- a/yarn-project/aztec-node/package.json +++ b/yarn-project/aztec-node/package.json @@ -57,7 +57,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/archiver": "workspace:^", diff --git a/yarn-project/aztec.js/package.json b/yarn-project/aztec.js/package.json index 98f57facfd73..0c7447bd644a 100644 --- a/yarn-project/aztec.js/package.json +++ b/yarn-project/aztec.js/package.json @@ -73,7 +73,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/circuit-types": "workspace:^", diff --git a/yarn-project/aztec/package.json b/yarn-project/aztec/package.json index 2ac1f232f67b..7d98ce7812f9 100644 --- a/yarn-project/aztec/package.json +++ b/yarn-project/aztec/package.json @@ -109,7 +109,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "engines": { "node": ">=18" diff --git a/yarn-project/bb-prover/package.json b/yarn-project/bb-prover/package.json index d0951ac373f6..9ea893b29627 100644 --- a/yarn-project/bb-prover/package.json +++ b/yarn-project/bb-prover/package.json @@ -62,7 +62,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/circuit-types": "workspace:^", diff --git a/yarn-project/bot/package.json b/yarn-project/bot/package.json index af35f5befbd4..1bef173a5904 100644 --- a/yarn-project/bot/package.json +++ b/yarn-project/bot/package.json @@ -49,7 +49,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/accounts": "workspace:^", diff --git a/yarn-project/builder/package.json b/yarn-project/builder/package.json index 597b83807a11..602a934a9703 100644 --- a/yarn-project/builder/package.json +++ b/yarn-project/builder/package.json @@ -65,7 +65,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/foundation": "workspace:^", diff --git a/yarn-project/circuit-types/package.json b/yarn-project/circuit-types/package.json index 76e7250310ed..32e46a6bd57b 100644 --- a/yarn-project/circuit-types/package.json +++ b/yarn-project/circuit-types/package.json @@ -63,7 +63,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/circuits.js": "workspace:^", diff --git a/yarn-project/circuits.js/package.json b/yarn-project/circuits.js/package.json index 009150b8807c..ada850753b6c 100644 --- a/yarn-project/circuits.js/package.json +++ b/yarn-project/circuits.js/package.json @@ -97,6 +97,7 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 } } diff --git a/yarn-project/cli-wallet/package.json b/yarn-project/cli-wallet/package.json index 6706f3273b31..2d75d430b592 100644 --- a/yarn-project/cli-wallet/package.json +++ b/yarn-project/cli-wallet/package.json @@ -63,7 +63,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/accounts": "workspace:^", diff --git a/yarn-project/cli/package.json b/yarn-project/cli/package.json index c70eeffc78be..1165f8b04fb3 100644 --- a/yarn-project/cli/package.json +++ b/yarn-project/cli/package.json @@ -63,7 +63,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/archiver": "workspace:^", diff --git a/yarn-project/end-to-end/package.json b/yarn-project/end-to-end/package.json index 97faceb22f79..1344ee5de942 100644 --- a/yarn-project/end-to-end/package.json +++ b/yarn-project/end-to-end/package.json @@ -155,6 +155,7 @@ "^(\\.{1,2}/.*)\\.[cm]?js$": "$1" }, "testRegex": "./src/.*\\.test\\.(js|mjs|ts)$", - "rootDir": "./src" + "rootDir": "./src", + "testTimeout": 30000 } } diff --git a/yarn-project/entrypoints/package.json b/yarn-project/entrypoints/package.json index 6a278c79364b..bc4b5352b6a3 100644 --- a/yarn-project/entrypoints/package.json +++ b/yarn-project/entrypoints/package.json @@ -59,7 +59,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/aztec.js": "workspace:^", diff --git a/yarn-project/epoch-cache/package.json b/yarn-project/epoch-cache/package.json index ed86b9c1b590..30ff934d8501 100644 --- a/yarn-project/epoch-cache/package.json +++ b/yarn-project/epoch-cache/package.json @@ -86,7 +86,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "engines": { "node": ">=18" diff --git a/yarn-project/ethereum/package.json b/yarn-project/ethereum/package.json index f6be604435ce..0e34d8dcbf15 100644 --- a/yarn-project/ethereum/package.json +++ b/yarn-project/ethereum/package.json @@ -85,9 +85,10 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "engines": { "node": ">=18" } -} +} \ No newline at end of file diff --git a/yarn-project/foundation/package.json b/yarn-project/foundation/package.json index ae009fa83048..36fd1e55a251 100644 --- a/yarn-project/foundation/package.json +++ b/yarn-project/foundation/package.json @@ -96,7 +96,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/bb.js": "portal:../../barretenberg/ts", diff --git a/yarn-project/ivc-integration/package.json b/yarn-project/ivc-integration/package.json index 54c7f4097123..cadb0ac977d4 100644 --- a/yarn-project/ivc-integration/package.json +++ b/yarn-project/ivc-integration/package.json @@ -58,7 +58,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/bb.js": "../../ts", diff --git a/yarn-project/key-store/package.json b/yarn-project/key-store/package.json index c66a9bd63a99..8b13546037a3 100644 --- a/yarn-project/key-store/package.json +++ b/yarn-project/key-store/package.json @@ -53,7 +53,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/circuit-types": "workspace:^", diff --git a/yarn-project/kv-store/package.json b/yarn-project/kv-store/package.json index 6bdc1eeb3e3f..1c795da1a6c5 100644 --- a/yarn-project/kv-store/package.json +++ b/yarn-project/kv-store/package.json @@ -90,6 +90,7 @@ ] ], "testRegex": "./src/.*\\.test\\.(js|mjs|ts)$", - "rootDir": "./src" + "rootDir": "./src", + "testTimeout": 30000 } } diff --git a/yarn-project/merkle-tree/package.json b/yarn-project/merkle-tree/package.json index 15447b9c794c..47e394fda288 100644 --- a/yarn-project/merkle-tree/package.json +++ b/yarn-project/merkle-tree/package.json @@ -28,7 +28,6 @@ }, "testRegex": "./src/.*\\.test\\.(js|mjs|ts)$", "rootDir": "./src", - "testTimeout": 15000, "transform": { "^.+\\.tsx?$": [ "@swc/jest", @@ -55,7 +54,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/circuit-types": "workspace:^", diff --git a/yarn-project/noir-contracts.js/package.json b/yarn-project/noir-contracts.js/package.json index eff346f3fe9c..71bad5162915 100644 --- a/yarn-project/noir-contracts.js/package.json +++ b/yarn-project/noir-contracts.js/package.json @@ -53,7 +53,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/aztec.js": "workspace:^", diff --git a/yarn-project/noir-protocol-circuits-types/package.json b/yarn-project/noir-protocol-circuits-types/package.json index 9f5c57ee8c7c..3f2549b9005c 100644 --- a/yarn-project/noir-protocol-circuits-types/package.json +++ b/yarn-project/noir-protocol-circuits-types/package.json @@ -57,7 +57,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/circuits.js": "workspace:^", diff --git a/yarn-project/p2p-bootstrap/package.json b/yarn-project/p2p-bootstrap/package.json index 193f46768f3c..6da59d796656 100644 --- a/yarn-project/p2p-bootstrap/package.json +++ b/yarn-project/p2p-bootstrap/package.json @@ -81,7 +81,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "engines": { "node": ">=18" diff --git a/yarn-project/p2p/package.json b/yarn-project/p2p/package.json index 9fffdafad29d..79ed2a4b8677 100644 --- a/yarn-project/p2p/package.json +++ b/yarn-project/p2p/package.json @@ -60,7 +60,7 @@ } ] ], - "testTimeout": 15000 + "testTimeout": 30000 }, "dependencies": { "@aztec/circuit-types": "workspace:^", diff --git a/yarn-project/package.common.json b/yarn-project/package.common.json index f3d2aca61c5b..8fd6e79b1fdc 100644 --- a/yarn-project/package.common.json +++ b/yarn-project/package.common.json @@ -10,7 +10,11 @@ "engines": { "node": ">=18" }, - "files": ["dest", "src", "!*.test.*"], + "files": [ + "dest", + "src", + "!*.test.*" + ], "devDependencies": { "@jest/globals": "^29.5.0", "@types/jest": "^29.5.0", @@ -19,7 +23,9 @@ "ts-node": "^10.9.1" }, "jest": { - "extensionsToTreatAsEsm": [".ts"], + "extensionsToTreatAsEsm": [ + ".ts" + ], "transform": { "^.+\\.tsx?$": [ "@swc/jest", @@ -39,8 +45,16 @@ "moduleNameMapper": { "^(\\.{1,2}/.*)\\.[cm]?js$": "$1" }, - "reporters": [["default", { "summaryThreshold": 9999 }]], + "reporters": [ + [ + "default", + { + "summaryThreshold": 9999 + } + ] + ], + "testTimeout": 30000, "testRegex": "./src/.*\\.test\\.(js|mjs|ts)$", "rootDir": "./src" } -} +} \ No newline at end of file diff --git a/yarn-project/proof-verifier/package.json b/yarn-project/proof-verifier/package.json index 56db1a57b3f5..537995488650 100644 --- a/yarn-project/proof-verifier/package.json +++ b/yarn-project/proof-verifier/package.json @@ -74,6 +74,7 @@ ] ], "testRegex": "./src/.*\\.test\\.(js|mjs|ts)$", - "rootDir": "./src" + "rootDir": "./src", + "testTimeout": 30000 } } diff --git a/yarn-project/protocol-contracts/package.json b/yarn-project/protocol-contracts/package.json index 0f7dbfa66e20..ad6618938f84 100644 --- a/yarn-project/protocol-contracts/package.json +++ b/yarn-project/protocol-contracts/package.json @@ -64,7 +64,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/circuits.js": "workspace:^", diff --git a/yarn-project/prover-client/package.json b/yarn-project/prover-client/package.json index 2c01d5617c0f..86a92c7c5190 100644 --- a/yarn-project/prover-client/package.json +++ b/yarn-project/prover-client/package.json @@ -63,7 +63,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/bb-prover": "workspace:^", diff --git a/yarn-project/prover-node/package.json b/yarn-project/prover-node/package.json index 27c113399305..d4ee18d170bb 100644 --- a/yarn-project/prover-node/package.json +++ b/yarn-project/prover-node/package.json @@ -49,7 +49,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/archiver": "workspace:^", diff --git a/yarn-project/pxe/package.json b/yarn-project/pxe/package.json index 043184ef30cb..cac834840b98 100644 --- a/yarn-project/pxe/package.json +++ b/yarn-project/pxe/package.json @@ -64,7 +64,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/bb-prover": "workspace:^", @@ -112,4 +113,4 @@ "engines": { "node": ">=18" } -} \ No newline at end of file +} diff --git a/yarn-project/scripts/package.json b/yarn-project/scripts/package.json index 99dc133984f4..0b62716012f7 100644 --- a/yarn-project/scripts/package.json +++ b/yarn-project/scripts/package.json @@ -83,7 +83,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "engines": { "node": ">=18" diff --git a/yarn-project/sequencer-client/package.json b/yarn-project/sequencer-client/package.json index 9b7e9212da44..e5c56b8809d1 100644 --- a/yarn-project/sequencer-client/package.json +++ b/yarn-project/sequencer-client/package.json @@ -109,6 +109,7 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 } } diff --git a/yarn-project/simulator/package.json b/yarn-project/simulator/package.json index 4902b9f74d41..53d15188c544 100644 --- a/yarn-project/simulator/package.json +++ b/yarn-project/simulator/package.json @@ -59,7 +59,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/circuit-types": "workspace:^", diff --git a/yarn-project/telemetry-client/package.json b/yarn-project/telemetry-client/package.json index 52702de6db9b..2df1379cd7cb 100644 --- a/yarn-project/telemetry-client/package.json +++ b/yarn-project/telemetry-client/package.json @@ -83,6 +83,7 @@ ] ], "testRegex": "./src/.*\\.test\\.(js|mjs|ts)$", - "rootDir": "./src" + "rootDir": "./src", + "testTimeout": 30000 } } diff --git a/yarn-project/txe/package.json b/yarn-project/txe/package.json index 0fa9709f348e..ff673d798d83 100644 --- a/yarn-project/txe/package.json +++ b/yarn-project/txe/package.json @@ -57,7 +57,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/accounts": "workspace:^", diff --git a/yarn-project/types/package.json b/yarn-project/types/package.json index ac680f836866..688b9ea661b1 100644 --- a/yarn-project/types/package.json +++ b/yarn-project/types/package.json @@ -59,7 +59,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/ethereum": "workspace:^", diff --git a/yarn-project/validator-client/package.json b/yarn-project/validator-client/package.json index 23cba4d90368..127f4a25e572 100644 --- a/yarn-project/validator-client/package.json +++ b/yarn-project/validator-client/package.json @@ -56,7 +56,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/circuit-types": "workspace:^", diff --git a/yarn-project/world-state/package.json b/yarn-project/world-state/package.json index 6ffcf4bd889e..b684e5055e21 100644 --- a/yarn-project/world-state/package.json +++ b/yarn-project/world-state/package.json @@ -59,7 +59,8 @@ "summaryThreshold": 9999 } ] - ] + ], + "testTimeout": 30000 }, "dependencies": { "@aztec/circuit-types": "workspace:^",