From 6367f64e21343f623e1ec574d91aca0ce6faab81 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 20 Dec 2024 16:44:13 +0100 Subject: [PATCH] testi: set sharness timeout to 2h https://github.com/ipfs/kubo/actions/runs/12433829774/job/34716226970?pr=10565#step:6:40911 timeouted after 20m, we need bigger window --- .github/workflows/sharness.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sharness.yml b/.github/workflows/sharness.yml index bc41cea9b7f..3b0bf149560 100644 --- a/.github/workflows/sharness.yml +++ b/.github/workflows/sharness.yml @@ -17,7 +17,7 @@ jobs: sharness-test: if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch' runs-on: ${{ fromJSON(github.repository == 'ipfs/kubo' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }} - timeout-minutes: 20 + timeout-minutes: 120 defaults: run: shell: bash