Skip to content

Commit c0d0865

Browse files
author
Kelly Selden
authored
increase codemods test timeout for mac
1 parent 9829f23 commit c0d0865

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)