From 4a5d0542633c757d77ed51878c03ed21eef44c18 Mon Sep 17 00:00:00 2001 From: shortcuts Date: Wed, 27 Nov 2024 11:21:23 +0100 Subject: [PATCH] chore: longer timeout? --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1af0c10..cb72981 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,7 +89,7 @@ jobs: python-version: ${{ matrix.version }} - name: Install dependencies and run tests - timeout-minutes: 10 + timeout-minutes: 20 run: | python -m venv python-ci-run source python-ci-run/bin/activate