Skip to content

Commit

Permalink
Increase timeout for tests using npm link
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 10, 2022
1 parent f538a01 commit bbee9bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/plugins.js
Expand Up @@ -39,6 +39,7 @@ const getContainer = options => {
};

test.serial.before(t => {
t.timeout(60 * 1000);
sh.exec('npm link');
});

Expand Down

0 comments on commit bbee9bb

Please sign in to comment.