From abccf9796da7c86e672c51a32c381c4e229e3bdf Mon Sep 17 00:00:00 2001 From: cqc-melf <70640934+cqc-melf@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:32:26 +0000 Subject: [PATCH] clean up ci tests (#397) * Update build-test * expand runtime --- .github/workflows/build-test | 1 - tests/integration/backend_test.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-test b/.github/workflows/build-test index 44779561..4783a5d8 100755 --- a/.github/workflows/build-test +++ b/.github/workflows/build-test @@ -63,7 +63,6 @@ python -m pip install --pre -r test-requirements.txt python -m pip install --upgrade --pre pytket~=1.0 # install the latest compatible pytket-qir version -python -m pip install --upgrade --pre pytket-qir~=0.4.0 pytest --doctest-modules unit/ diff --git a/tests/integration/backend_test.py b/tests/integration/backend_test.py index ab9e7c67..7bb2d5f9 100644 --- a/tests/integration/backend_test.py +++ b/tests/integration/backend_test.py @@ -554,7 +554,7 @@ def test_shots_bits_edgecases(n_shots, n_bits) -> None: ), ], ) -@pytest.mark.timeout(120) +@pytest.mark.timeout(200) def test_simulator( authenticated_quum_handler: QuantinuumAPI, authenticated_quum_backend_qa: QuantinuumBackend,