We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a2ac61 + 1e0650e commit 22d32c4Copy full SHA for 22d32c4
1 file changed
test/integration/index-test.js
@@ -349,7 +349,7 @@ describe(function() {
349
});
350
351
describe('Long running tests', function() {
352
- this.timeout(240e3);
+ this.timeout(4 * 60e3);
353
354
it('can update a custom blueprint for an ember app project', async function() {
355
let finalStateFixturePath = 'test/fixtures/app/non-default-addon-blueprint/local/my-app';
0 commit comments