Skip to content

Commit 0b2ab0c

Browse files
fix test
1 parent 0abb7b9 commit 0b2ab0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/browserSuites/push-corner-cases.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function testSplitKillOnReadyFromCache(fetchMock, assert) {
9797
});
9898
client.on(client.Event.SDK_READY, () => {
9999
const lapse = Date.now() - start;
100-
assert.true(nearlyEqual(lapse, MILLIS_SPLIT_CHANGES_RESPONSE), 'SDK_READY once split changes arrives');
100+
assert.true(nearlyEqual(lapse, MILLIS_SPLIT_CHANGES_RESPONSE, 200), 'SDK_READY once split changes arrives');
101101

102102
client.destroy().then(() => { assert.end(); });
103103
});

0 commit comments

Comments
 (0)