diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 017be26..30765b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/test/index.js b/test/index.js index abb2ae6..d316340 100644 --- a/test/index.js +++ b/test/index.js @@ -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);