Skip to content

Commit

Permalink
drastically increase lib test timeout to fit with 4s block time
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreJeanjacquot committed Oct 24, 2023
1 parent 23b295a commit dfafaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const { readFile, ensureDir, writeFile } = fsExtra;

console.log('Node version:', process.version);

// increased from 60 s with ganache to 120s
const DEFAULT_TIMEOUT = 120000;
// increased from 60s with ganache to 240s
const DEFAULT_TIMEOUT = 240000;

jest.setTimeout(DEFAULT_TIMEOUT);

Expand Down

0 comments on commit dfafaf5

Please sign in to comment.