Skip to content

Commit 62af020

Browse files
change advanced time
Signed-off-by: Thomas Poignant <[email protected]>
1 parent a0b021f commit 62af020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/providers/go-feature-flag/src/lib/go-feature-flag-provider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ describe('GoFeatureFlagProvider', () => {
12801280
userId: '123',
12811281
});
12821282

1283-
jest.advanceTimersByTime(110);
1283+
jest.advanceTimersByTime(150);
12841284

12851285
const want = {
12861286
meta: {},

0 commit comments

Comments
 (0)