Skip to content

Commit 72a81f2

Browse files
author
Kelly Selden
committed
increase timeout
1 parent b682b7b commit 72a81f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/index-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ applicable codemods: ember-modules-codemod, ember-qunit-codemod, ember-test-help
300300
});
301301

302302
describe('blueprints', function() {
303-
this.timeout(5 * 60 * 1000);
303+
this.timeout(10 * 60 * 1000);
304304

305305
describe('--blueprint', function() {
306306
it('throws if missing --from', async function() {

0 commit comments

Comments
 (0)