Skip to content

Commit 1042e15

Browse files
author
Kelly Selden
committed
bump test timeout
1 parent dde5f88 commit 1042e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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(2 * 60e3);
29+
this.timeout(3 * 60e3);
3030

3131
let tmpPath;
3232

0 commit comments

Comments
 (0)