Skip to content

Commit 1e0650e

Browse files
author
Kelly Selden
committed
fix testing syntax
1 parent 4a2ac61 commit 1e0650e

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)