From 1122a1b41de95a71ec465677bd48acc4011e1778 Mon Sep 17 00:00:00 2001 From: Honza Date: Mon, 30 Jan 2023 17:22:50 +0100 Subject: [PATCH] Revert timeout - As Github has some infrastructure troubles and we need to wait --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 09392530..08a89a4c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -370,7 +370,7 @@ jobs: zip -r ${MAPPINGS_ZIP_PATH} . -i demo-app/build/outputs/mapping/\*/mapping.txt - name: Upload Artifacts uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce - timeout-minutes: 2 + timeout-minutes: 1 with: name: Demo app release binaries path: ~/artifacts