Skip to content

Commit

Permalink
Merge 73fcfe9 into 001bbb1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanks12 authored Dec 11, 2024
2 parents 001bbb1 + 73fcfe9 commit 8657bf6
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 8657bf6

Please sign in to comment.