Skip to content

Commit

Permalink
Add increased timeout to test/tasks.js (for Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Feb 28, 2023
1 parent 84d1651 commit 0a23c55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/tasks.js
Expand Up @@ -51,6 +51,10 @@ const getContainer = options => {
};
};

test.before(t => {
t.timeout(90 * 1000);
});

test.serial.beforeEach(t => {
const bare = mkTmpDir();
const target = mkTmpDir();
Expand Down

0 comments on commit 0a23c55

Please sign in to comment.