From 4f3f40e1fb7f75e55f90632387d7f3c02f70479e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Frauenschl=C3=A4ger?= Date: Wed, 29 Apr 2026 09:21:14 +0200 Subject: [PATCH] Increase pq-all test timeout to 10 minutes Increase the timeout for PQC CI tests from 6 to 10 minutes. The new SLH-DSA tests take more time than the previous tests due to the slow signing. With the old timeout, some tests sometimes hit the timeout before finishing successfully. --- .github/workflows/pq-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pq-all.yml b/.github/workflows/pq-all.yml index 237a1fa5eef..c6d4704e99a 100644 --- a/.github/workflows/pq-all.yml +++ b/.github/workflows/pq-all.yml @@ -44,7 +44,7 @@ jobs: if: github.repository_owner == 'wolfssl' runs-on: ubuntu-24.04 # This should be a safe limit for the tests to run. - timeout-minutes: 6 + timeout-minutes: 10 steps: - uses: actions/checkout@v4 name: Checkout wolfSSL