Skip to content

Commit 6a2cc4e

Browse files
committed
increase test timeout
1 parent 9cc5518 commit 6a2cc4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/environment.js

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ for (const generatorVersion of allVersions) {
121121
});
122122

123123
it('instantiate a generator', async function () {
124+
this.timeout(10_000);
124125
assert.ok((await this.env.create('stub')) instanceof this.Generator);
125126
});
126127

0 commit comments

Comments
 (0)