Skip to content

Commit 9fbf9f3

Browse files
committed
fix(actions): time
1 parent 1999669 commit 9fbf9f3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
build:
13-
timeout-minutes: 20
13+
timeout-minutes: 25
1414
runs-on: ubuntu-latest
1515
name: Build documentation
1616
steps:
@@ -30,6 +30,7 @@ jobs:
3030
run: dotnet restore DisCatSharp.sln
3131
- name: Build library
3232
run: dotnet build -c Release --no-restore -v minimal -f net7.0 DisCatSharp.sln
33+
timeout-minutes: 7
3334
continue-on-error: true
3435
- name: Add Custom Plugins
3536
run: cp -R DisCatSharp.Docs/dcs/plugins/* /home/runner/.dotnet/tools/.store/docfx/2.67.0/docfx/2.67.0/tools/net7.0/any/

.github/workflows/documentation_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
build:
15-
timeout-minutes: 15
15+
timeout-minutes: 20
1616
runs-on: ubuntu-latest
1717
name: Build documentation
1818
steps:
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet restore DisCatSharp.sln
3232
- name: Build library
3333
run: dotnet build -c Release -v minimal -f net7.0 --no-restore DisCatSharp.sln
34-
timeout-minutes: 3
34+
timeout-minutes: 7
3535
continue-on-error: true
3636
- name: Add Custom Plugins
3737
run: cp -R DisCatSharp.Docs/dcs/plugins/* /home/runner/.dotnet/tools/.store/docfx/2.67.0/docfx/2.67.0/tools/net7.0/any/

0 commit comments

Comments
 (0)