Skip to content

Commit b5d195a

Browse files
committed
Try to fix flakey tests again
1 parent 118eb25 commit b5d195a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/mixins/app-builder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default Ember.Mixin.create({
2626
console.error(errors);
2727
}
2828
}
29+
yield timeout(100);
2930
}).enqueue(),
3031

3132
rebuildApp: task(function *() {

0 commit comments

Comments
 (0)