Skip to content

Commit 4f3f40e

Browse files
committed
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.
1 parent d7a34d4 commit 4f3f40e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pq-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: github.repository_owner == 'wolfssl'
4545
runs-on: ubuntu-24.04
4646
# This should be a safe limit for the tests to run.
47-
timeout-minutes: 6
47+
timeout-minutes: 10
4848
steps:
4949
- uses: actions/checkout@v4
5050
name: Checkout wolfSSL

0 commit comments

Comments
 (0)