Skip to content

Commit 741a38e

Browse files
Update workflow timeout (#3106)
Update the timeout to be longer than the `dotnet wait-for-package` timeout.
1 parent 73b0684 commit 741a38e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget-packages-published.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
wait-for-publish:
1313
runs-on: [ ubuntu-24.04 ]
14-
timeout-minutes: 30
14+
timeout-minutes: 75
1515

1616
concurrency:
1717
group: '${{ github.workflow }}-${{ github.event.client_payload.version }}'

0 commit comments

Comments
 (0)