Skip to content

Commit 7acf448

Browse files
Update test
1 parent 4ed5f2b commit 7acf448

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"node": ">=6"
4141
},
4242
"dependencies": {
43-
"@splitsoftware/splitio-commons": "1.16.1-rc.3",
43+
"@splitsoftware/splitio-commons": "1.16.1-rc.4",
4444
"@types/google.analytics": "0.0.40",
4545
"@types/ioredis": "^4.28.0",
4646
"bloom-filters": "^3.0.0",

src/__tests__/browserSuites/push-synchronization.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const MILLIS_BOUNDED = 1400;
7474
const MILLIS_KEYLIST = 1500;
7575
const MILLIS_SEGMENT_REMOVAL = 1600;
7676
const MILLIS_UNBOUNDED_FETCH_LS = 1700;
77-
const MILLIS_SEGMENT_REMOVAL_LS = 2000;
77+
const MILLIS_SEGMENT_REMOVAL_LS = 2100;
7878

7979
/**
8080
* Sequence of calls:
@@ -97,7 +97,7 @@ const MILLIS_SEGMENT_REMOVAL_LS = 2000;
9797
* 1.6 secs: MY_SEGMENTS_UPDATE_V2 SegmentRemoval event.
9898
* 1.7 secs: MY_LARGE_SEGMENTS_UPDATE UnboundedFetchRequest event, with 241 ms delay for 'nicolas@split.io' (hash('nicolas@split.io') % 300)
9999
* 1.941 secs: /myLargeSegments/* fetch due to unbounded MY_LARGE_SEGMENTS_UPDATE event -> SPLIT_UPDATE event
100-
* 2.0 secs: MY_LARGE_SEGMENTS_UPDATE SegmentRemoval event -> SPLIT_UPDATE event
100+
* 2.1 secs: MY_LARGE_SEGMENTS_UPDATE SegmentRemoval event -> SPLIT_UPDATE event
101101
*/
102102
export function testSynchronization(fetchMock, assert) {
103103
assert.plan(44);

0 commit comments

Comments
 (0)