Skip to content

Commit a7da25c

Browse files
author
Kelly Selden
committed
increase timeouts for mac
1 parent f658786 commit a7da25c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 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(60e3);
29+
this.timeout(1.5 * 60e3);
3030

3131
let tmpPath;
3232

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

146146
it('runs codemods', async function() {
147-
this.timeout(1.5 * 60e3);
147+
this.timeout(2 * 60e3);
148148

149149
async function _merge(src, dest) {
150150
await fs.copy(
@@ -242,8 +242,6 @@ describe(function() {
242242
});
243243

244244
it('can pick from multiple blueprints', async function() {
245-
this.timeout(1.5 * 60e3);
246-
247245
let {
248246
location,
249247
version: to

0 commit comments

Comments
 (0)