diff --git a/tests/gradients/core/test_gradient_transform.py b/tests/gradients/core/test_gradient_transform.py index 5673d3b1377..55fbc2a1cd2 100644 --- a/tests/gradients/core/test_gradient_transform.py +++ b/tests/gradients/core/test_gradient_transform.py @@ -194,7 +194,7 @@ def test_warning_with_empty_argnum(self, diff_methods): class TestGradientTransformIntegration: """Test integration of the gradient transform decorator""" - @pytest.mark.parametrize("shots, atol", [(None, 1e-6), (1000, 1e-1), ([1000, 100], 2e-1)]) + @pytest.mark.parametrize("shots, atol", [(None, 1e-6), (1000, 1e-1), ([1000, 500], 3e-1)]) @pytest.mark.parametrize("slicing", [False, True]) def test_acting_on_qnodes_single_param(self, shots, slicing, atol): """Test that a gradient transform acts on QNodes with a single parameter correctly"""