Skip to content

Commit 57838be

Browse files
author
Kelly Selden
committed
bump test timeouts
1 parent 0dd4ce2 commit 57838be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/acceptance/ember-cli-update-test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const down = '\u001b[B';
2626
const enter = '\n';
2727

2828
describe(function() {
29-
this.timeout(1.5 * 60e3);
29+
this.timeout(2 * 60e3);
3030

3131
let tmpPath;
3232

@@ -144,8 +144,6 @@ describe(function() {
144144
});
145145

146146
it('runs codemods', async function() {
147-
this.timeout(2 * 60e3);
148-
149147
async function _merge(src, dest) {
150148
await fs.copy(
151149
path.resolve(__dirname, `../fixtures/codemod/codemods/ember-modules-codemod/${src}/my-app`),

0 commit comments

Comments
 (0)