Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump timeout for after-hook for data store test (#6364)
This was [timing out on CI](https://github.com/AztecProtocol/aztec-packages/actions/runs/9062310974/job/24896050730#step:5:687): ``` ./yarn-project+test | [@aztec/p2p]: FAIL src/service/data_store.test.ts (17.411 s) ./yarn-project+test | [@aztec/p2p]: ● AztecDatastore with AztecLmdbStore › interface-datastore compliance tests › batch › many (3 * 400) ./yarn-project+test | [@aztec/p2p]: ./yarn-project+test | [@aztec/p2p]: thrown: "Exceeded timeout of 5000 ms for a hook. ./yarn-project+test | [@aztec/p2p]: Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." ./yarn-project+test | [@aztec/p2p]: ./yarn-project+test | [@aztec/p2p]: 389 | }); ./yarn-project+test | [@aztec/p2p]: 390 | ./yarn-project+test | [@aztec/p2p]: > 391 | afterEach(async () => { ./yarn-project+test | [@aztec/p2p]: | ^ ./yarn-project+test | [@aztec/p2p]: 392 | await cleanup(store); ./yarn-project+test | [@aztec/p2p]: 393 | }); ./yarn-project+test | [@aztec/p2p]: 394 | ./yarn-project+test | [@aztec/p2p]: ./yarn-project+test | [@aztec/p2p]: at afterEach (service/data_store.test.ts:xxxxx@aztec/p2p]: at describe (service/data_store.test.ts:xxxxx@aztec/p2p]: at interfaceDatastoreTests (service/data_store.test.ts:xxxxx@aztec/p2p]: at describe (service/data_store.test.ts:xxxxx@aztec/p2p]: at describe (service/data_store.test.ts:xxxxx@aztec/p2p]: ```
- Loading branch information