From 3b31b3fefa7421cf8c9a8a4877873e17bd626e50 Mon Sep 17 00:00:00 2001 From: Wilfried Kopp Date: Tue, 9 Aug 2022 21:30:33 +0200 Subject: [PATCH] Lower timeout# Please enter the commit message for your changes. Lines starting --- .../workflows/release-21_extrinsic-ordering-check-from-two.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml b/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml index 9d5e3dbafc..1e7396a8ba 100644 --- a/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml +++ b/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml @@ -17,7 +17,7 @@ jobs: check: name: Run check runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 10 env: BIN_URL: ${{github.event.inputs.binary_url}} REF_URL: ${{github.event.inputs.reference_binary_url}}