Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configcatclienttests/test_autopollingcachepolicy.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_fetch_call_count(self):
cache_policy = ConfigService('', PollingMode.auto_poll(poll_interval_seconds=2,
max_init_wait_time_seconds=1),
Hooks(), config_fetcher, log, config_cache, False)
wait_tolerance = 0.1
wait_tolerance = 0.2
time.sleep(3 + wait_tolerance)
self.assertEqual(config_fetcher.get_call_count, 2)
config, _ = cache_policy.get_config()
Expand Down
Loading