From d54aa910748b3bea3d4a1c4628fdca3e3117796b Mon Sep 17 00:00:00 2001 From: Mark Wolfman Date: Tue, 14 Nov 2023 08:43:28 -0600 Subject: [PATCH] Another attempt to fix the CI seg faults. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4404bc4f..75a1d784 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,4 +45,6 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest - run: pytest --timeout=120 + run: pytest --timeout=120 src/firefly/tests/test_ophyd_connection.py src/firefly/tests/test_queue_button.py src/firefly/tests/test_queue_client.py + +