From e4d60ceb33a6af969a1a6f3c7e359b8d4a35152e Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 19 Jan 2024 21:21:39 -0800 Subject: [PATCH] Maybe a longer timeout for CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 66043e7c..3f01f231 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -148,7 +148,7 @@ jobs: # Skip baselines because this action depends on the tests run: > cargo mutants --no-shuffle -vV --shard ${{ matrix.shard }}/8 - --test-tool ${{ matrix.test_tool }} --baseline=skip --timeout=60 + --test-tool ${{ matrix.test_tool }} --baseline=skip --timeout=240 --in-place - name: Archive mutants.out uses: actions/upload-artifact@v3