From a0121bac89d7bf32904302e9713764204dfef09d Mon Sep 17 00:00:00 2001 From: mdimajo Date: Thu, 23 Jan 2025 16:24:18 +0100 Subject: [PATCH] fix: increase verify timeout to 30m --- .github/workflows/verify_library.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_library.yml b/.github/workflows/verify_library.yml index 6e12d32..44b5a19 100644 --- a/.github/workflows/verify_library.yml +++ b/.github/workflows/verify_library.yml @@ -8,7 +8,7 @@ on: required: false type: string TIMEOUT: - default: 15 + default: 30 required: false type: number ENABLE_BUILDING: