Skip to content

Commit

Permalink
test timeout set to 90s
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Nov 28, 2022
1 parent bd02cbe commit 569ba27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:

- run: npm install --ignore-scripts --no-fund

- run: npm test -- --no-check-coverage --timeout=60
- run: npm test -- --no-check-coverage --timeout=90
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const installPurescript = require('../install-purescript/index.js');

const cacheRootDir = ".test-cache";

// Set a timeout of 60s (default is 30s)
tap.setTimeout(1000 * 60);
// Set a timeout of 90s (default is 30s)
tap.setTimeout(1000 * 90);

rimraf.sync(cacheRootDir);

Expand Down

0 comments on commit 569ba27

Please sign in to comment.