Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Aug 15, 2019
1 parent b682b7b commit 72a81f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ applicable codemods: ember-modules-codemod, ember-qunit-codemod, ember-test-help
});

describe('blueprints', function() {
this.timeout(5 * 60 * 1000);
this.timeout(10 * 60 * 1000);

describe('--blueprint', function() {
it('throws if missing --from', async function() {
Expand Down

0 comments on commit 72a81f2

Please sign in to comment.