Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 6a4d742

Browse files
committed
loosened test tolerances
1 parent 8de4875 commit 6a4d742

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/unit/data/_async/test_client.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,9 +1777,8 @@ async def test_read_rows_timeout(self, operation_timeout):
17771777
@pytest.mark.parametrize(
17781778
"per_request_t, operation_t, expected_num",
17791779
[
1780-
(0.05, 0.08, 2),
1781-
(0.05, 0.14, 3),
1782-
(0.05, 0.24, 5),
1780+
(0.1, 0.19, 2),
1781+
(0.1, 0.29, 3),
17831782
],
17841783
)
17851784
@CrossSync.pytest

0 commit comments

Comments
 (0)