Skip to content

Commit 9c7b319

Browse files
author
Kelly Selden
authored
increase timeout for --create-custom-diff
1 parent a16d9e4 commit 9c7b319

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/index-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ applicable codemods: ember-modules-codemod, ember-qunit-codemod, ember-test-help
297297
});
298298

299299
it('can create a personal diff instead of using an output repo - app', async function() {
300-
this.timeout(3 * 60 * 1000);
300+
this.timeout(5 * 60 * 1000);
301301

302302
let {
303303
status
@@ -315,7 +315,7 @@ applicable codemods: ember-modules-codemod, ember-qunit-codemod, ember-test-help
315315
});
316316

317317
it('can create a personal diff instead of using an output repo - addon', async function() {
318-
this.timeout(3 * 60 * 1000);
318+
this.timeout(5 * 60 * 1000);
319319

320320
let {
321321
status

0 commit comments

Comments
 (0)