Skip to content

Commit 4cb4827

Browse files
authored
Merge ac6c1a9 into 2478d19
2 parents 2478d19 + ac6c1a9 commit 4cb4827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/p2p/src/service/data_store.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { fromString as uint8ArrayFromString } from 'uint8arrays/from-string';
1717

1818
import { AztecDatastore } from './data_store.js';
1919

20-
const CLEANUP_TIMEOUT = 30_000;
20+
const CLEANUP_TIMEOUT = 60_000;
2121

2222
describe('AztecDatastore with AztecLmdbStore', () => {
2323
let datastore: AztecDatastore;

0 commit comments

Comments
 (0)