From 55ad9daf044986dbe4c27215455fe277877a6fb1 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Wed, 4 Dec 2024 11:29:14 +0700 Subject: [PATCH] increase timeout on fw lite build and test job --- .github/workflows/fw-lite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fw-lite.yaml b/.github/workflows/fw-lite.yaml index f36d825e6..d85d974a5 100644 --- a/.github/workflows/fw-lite.yaml +++ b/.github/workflows/fw-lite.yaml @@ -23,7 +23,7 @@ on: jobs: build-and-test: name: Build FW Lite and run tests - timeout-minutes: 20 + timeout-minutes: 30 runs-on: windows-latest outputs: version: ${{ steps.setVersion.outputs.VERSION }}