Skip to content

Commit c51383d

Browse files
committed
fix(cli): increase timeout for app generation tests
1 parent 83a8036 commit c51383d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/test/integration/generators/app.integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe('app-generator with --applicationName', () => {
8585
// The test takes about 1 min to install dependencies
8686
function testFormat() {
8787
before(function() {
88-
this.timeout(60 * 1000);
88+
this.timeout(90 * 1000);
8989
return helpers
9090
.run(generator)
9191
.withOptions({

0 commit comments

Comments
 (0)