Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaGashtold committed Nov 4, 2024
1 parent 0fe7670 commit c6cb848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/Form.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ describe('SaveDraft functionality for Nested Form', () => {
assert.equal(state, 'draft');
_.unset(comp7.components[1], 'reference');
done();
}, 1000);
}, 200);
}, 1100);
}, 300);
}).catch((err) => done(err));
});

Expand Down

0 comments on commit c6cb848

Please sign in to comment.