Skip to content

Commit

Permalink
clean up ci tests (#397)
Browse files Browse the repository at this point in the history
* Update build-test

* expand runtime
  • Loading branch information
cqc-melf authored and irfankhan10 committed Apr 5, 2024
1 parent af29dba commit abccf97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-test
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit abccf97

Please sign in to comment.