We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2478d19 + ac6c1a9 commit 4cb4827Copy full SHA for 4cb4827
yarn-project/p2p/src/service/data_store.test.ts
@@ -17,7 +17,7 @@ import { fromString as uint8ArrayFromString } from 'uint8arrays/from-string';
17
18
import { AztecDatastore } from './data_store.js';
19
20
-const CLEANUP_TIMEOUT = 30_000;
+const CLEANUP_TIMEOUT = 60_000;
21
22
describe('AztecDatastore with AztecLmdbStore', () => {
23
let datastore: AztecDatastore;
0 commit comments