Skip to content

Commit

Permalink
testi: set sharness timeout to 2h
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Dec 20, 2024
1 parent 50cd7cd commit 6367f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6367f64

Please sign in to comment.