We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9936fd commit 39fdae2Copy full SHA for 39fdae2
test/test-integration.mjs
@@ -11,7 +11,7 @@ import * as assert from 'assert';
11
import { fileURLToPath } from 'url';
12
13
describe('integration tests', function () {
14
- this.timeout(5 * 60 * 1000);
+ this.timeout(7 * 60 * 1000);
15
16
const helpers = createHelpers();
17
const appLocation = path.join(fileURLToPath(import.meta.url), '../../generators/app');
0 commit comments