Skip to content

Commit

Permalink
Changing timing to trigger validations.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Nov 19, 2024
1 parent 61a16bb commit 722333b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/TextField.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ describe('TextField Component', () => {
if (_.isEqual(value, lastValue)) {
done();
}
}, 300);
}, 350);
}).catch(done);
});
};
Expand Down

0 comments on commit 722333b

Please sign in to comment.