We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ade2ad commit c75fee0Copy full SHA for c75fee0
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 = 60_000;
+const CLEANUP_TIMEOUT = 120_000;
21
22
describe('AztecDatastore with AztecLmdbStore', () => {
23
let datastore: AztecDatastore;
0 commit comments