From 86c120a3f059796798ab584a8e8c547a4a801b3b Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Tue, 23 Apr 2024 20:02:46 +0200 Subject: [PATCH] Increase hostap test timeout --- .github/workflows/hostap-vm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hostap-vm.yml b/.github/workflows/hostap-vm.yml index 9154aa3e9..aa983ac03 100644 --- a/.github/workflows/hostap-vm.yml +++ b/.github/workflows/hostap-vm.yml @@ -139,7 +139,7 @@ jobs: # For openssl 1.1 runs-on: ubuntu-latest # This should be a safe limit for the tests to run. - timeout-minutes: 12 + timeout-minutes: 45 needs: [build_wolfssl, build_uml_linux] steps: - name: Checking if we have kernel in cache