Skip to content

Commit 22d32c4

Browse files
authored
Merge pull request #1197 from ember-cli/timeout_syntax
fix testing syntax
2 parents 4a2ac61 + 1e0650e commit 22d32c4

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
@@ -349,7 +349,7 @@ describe(function() {
349349
});
350350

351351
describe('Long running tests', function() {
352-
this.timeout(240e3);
352+
this.timeout(4 * 60e3);
353353

354354
it('can update a custom blueprint for an ember app project', async function() {
355355
let finalStateFixturePath = 'test/fixtures/app/non-default-addon-blueprint/local/my-app';

0 commit comments

Comments
 (0)