Skip to content

Commit bbee9bb

Browse files
committedApr 10, 2022
Increase timeout for tests using npm link
1 parent f538a01 commit bbee9bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/plugins.js

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const getContainer = options => {
3939
};
4040

4141
test.serial.before(t => {
42+
t.timeout(60 * 1000);
4243
sh.exec('npm link');
4344
});
4445

0 commit comments

Comments
 (0)
Please sign in to comment.