Skip to content

Commit

Permalink
chore: Bump timeout for after-hook for data store test again (#10240)
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 the data-store test suite [runs in 80s in
CI](https://github.com/AztecProtocol/aztec-packages/actions/runs/12048028648/job/33595376516#step:5:2662)
but takes 4s locally.
  • Loading branch information
spalladino authored Nov 27, 2024
1 parent 2478d19 commit 52047f0
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 52047f0

Please sign in to comment.