diff --git a/test/qctrl/test_qctrl.py b/test/qctrl/test_qctrl.py index 7d5a5bf6e..08bfd9a8d 100644 --- a/test/qctrl/test_qctrl.py +++ b/test/qctrl/test_qctrl.py @@ -24,8 +24,8 @@ from ..decorators import run_integration_test from ..utils import cancel_job_safe, bell -FIDELITY_THRESHOLD = 0.9 -DIFFERENCE_THRESHOLD = 0.1 +FIDELITY_THRESHOLD = 0.8 +DIFFERENCE_THRESHOLD = 0.35 class TestQCTRL(IBMIntegrationTestCase):