Skip to content

Commit d1f97c3

Browse files
authored
Work CI-CD
- Increase timeout for running update dependencies action. ***NO_CI***
1 parent 8738efe commit d1f97c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
jobs:
2121
update-dotnet-preview:
2222
name: Update .NET nanoFramework dependencies
23-
timeout-minutes: 30 # Non default because this solution has lots of projects to update!
23+
timeout-minutes: 60 # Non default because this solution has lots of projects to update!
2424
runs-on: windows-latest
2525
env:
2626
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)