Skip to content

Commit

Permalink
fix(cli): increase timeout for app generation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Aug 20, 2018
1 parent 83a8036 commit c51383d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('app-generator with --applicationName', () => {
// The test takes about 1 min to install dependencies
function testFormat() {
before(function() {
this.timeout(60 * 1000);
this.timeout(90 * 1000);
return helpers
.run(generator)
.withOptions({
Expand Down

0 comments on commit c51383d

Please sign in to comment.