Skip to content

Commit 31d5d4e

Browse files
committed
Expand the bound of acceptable polling interval.
1 parent f213442 commit 31d5d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_polling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def append_new_timestamp(*args, **kwargs):
131131
actual_intervals.append(
132132
timestamp - (poller_timestamps[i - 1] if i else start_time)
133133
)
134-
assert actual_intervals == pytest.approx(expected_intervals, abs=0.02)
134+
assert actual_intervals == pytest.approx(expected_intervals, abs=0.03)
135135

136136

137137
if __name__ == "__main__":

0 commit comments

Comments
 (0)