Skip to content

Commit c75fee0

Browse files
dbanks12spalladino
andauthored
fix: bump timeout for failing data store tests (#10639)
Co-authored-by: Santiago Palladino <santiago@aztecprotocol.com>
1 parent 4ade2ad commit c75fee0

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 = 60_000;
20+
const CLEANUP_TIMEOUT = 120_000;
2121

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

0 commit comments

Comments
 (0)