Skip to content

Commit 0a8d8a6

Browse files
author
Kelly Selden
committed
increase codemods test timeout
1 parent ed352c4 commit 0a8d8a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ describe(function() {
138138
});
139139

140140
it('runs codemods', async function() {
141-
this.timeout(10 * 60 * 1000);
141+
this.timeout(15 * 60 * 1000);
142142

143143
let {
144144
ps,

0 commit comments

Comments
 (0)