We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0f442 commit 61f8779Copy full SHA for 61f8779
1 file changed
src/__tests__/browserSuites/push-corner-cases.spec.js
@@ -96,7 +96,7 @@ export function testSplitKillOnReadyFromCache(fetchMock, assert) {
96
});
97
client.on(client.Event.SDK_READY, () => {
98
const lapse = Date.now() - start;
99
- assert.true(nearlyEqual(lapse, MILLIS_SPLIT_CHANGES_RESPONSE), 'SDK_READY once split changes arrives');
+ assert.true(nearlyEqual(lapse, MILLIS_SPLIT_CHANGES_RESPONSE, 200), 'SDK_READY once split changes arrives');
100
101
client.destroy().then(() => { assert.end(); });
102
0 commit comments