We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f3a44 commit 677280eCopy full SHA for 677280e
tests/asyncio/gapic/test_method_async.py
@@ -260,7 +260,7 @@ async def test_wrap_method_with_overriding_timeout_as_a_number():
260
actual_timeout = method.call_args[1]["timeout"]
261
metadata = method.call_args[1]["metadata"]
262
assert metadata == mock.ANY
263
- assert actual_timeout == pytest.approx(22, abs=0.01)
+ assert actual_timeout == pytest.approx(22, abs=0.05)
264
265
266
@pytest.mark.asyncio
0 commit comments