Skip to content

Commit

Permalink
chore: Bump timeout for after-hook for data store test again
Browse files Browse the repository at this point in the history
As the CI gets progressively slower, time for another timeout bump
(first round was on #6364). Note that this test suite runs in 80s in CI
but in 4s locally.
  • Loading branch information
spalladino committed Nov 27, 2024
1 parent 2478d19 commit ac6c1a9
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 = 30_000;
const CLEANUP_TIMEOUT = 60_000;

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

0 comments on commit ac6c1a9

Please sign in to comment.