Skip to content

Commit 6ae95c2

Browse files
author
MPCoreDeveloper
committed
Cleanup root files and extend CI test timeout
1 parent b81fd86 commit 6ae95c2

File tree

7 files changed

+2
-425011
lines changed

7 files changed

+2
-425011
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
name: Build & Test
2121
runs-on: ${{ matrix.os }}
22-
timeout-minutes: 15
22+
timeout-minutes: 30
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Test
4646
run: dotnet test SharpCoreDB.CI.slnf --configuration Release --no-build --verbosity normal --logger trx --collect:"XPlat Code Coverage" -- xunit.parallelizeTestCollections=false
47-
timeout-minutes: 10
47+
timeout-minutes: 20
4848

4949
- name: Upload test results
5050
if: always()

0 commit comments

Comments
 (0)