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.
1 parent f658786 commit a7da25cCopy full SHA for a7da25c
1 file changed
test/acceptance/ember-cli-update-test.js
@@ -26,7 +26,7 @@ const down = '\u001b[B';
26
const enter = '\n';
27
28
describe(function() {
29
- this.timeout(60e3);
+ this.timeout(1.5 * 60e3);
30
31
let tmpPath;
32
@@ -144,7 +144,7 @@ describe(function() {
144
});
145
146
it('runs codemods', async function() {
147
- this.timeout(1.5 * 60e3);
+ this.timeout(2 * 60e3);
148
149
async function _merge(src, dest) {
150
await fs.copy(
@@ -242,8 +242,6 @@ describe(function() {
242
243
244
it('can pick from multiple blueprints', async function() {
245
246
-
247
let {
248
location,
249
version: to
0 commit comments