Skip to content

Commit

Permalink
fix: bump timeout for failing data store tests (#10639)
Browse files Browse the repository at this point in the history
Co-authored-by: Santiago Palladino <[email protected]>
  • Loading branch information
dbanks12 and spalladino authored Dec 11, 2024
1 parent 4ade2ad commit c75fee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/p2p/src/service/data_store.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { fromString as uint8ArrayFromString } from 'uint8arrays/from-string';

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

const CLEANUP_TIMEOUT = 60_000;
const CLEANUP_TIMEOUT = 120_000;

describe('AztecDatastore with AztecLmdbStore', () => {
let datastore: AztecDatastore;
Expand Down

0 comments on commit c75fee0

Please sign in to comment.