Skip to content

Commit

Permalink
Added a 30 min timeout to garnet and tsavorite test step
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Mar 28, 2024
1 parent 7f67f16 commit 8addf80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: dotnet build --configuration ${{ matrix.configuration }}
- name: Test Garnet
run: dotnet test -f ${{ matrix.framework }} --logger "console;verbosity=detailed" --logger trx --results-directory "GarnetTestResults-${{ matrix.os }}-${{ matrix.framework }}-${{ matrix.configuration }}"

timeout-minutes: 30
- name: DEBUG - List test result files and their sizes
run: dir "GarnetTestResults-${{ matrix.os }}-${{ matrix.framework }}-${{ matrix.configuration }}"
- name: DEBUG - System Hard Drive space
Expand All @@ -76,7 +76,6 @@ jobs:
- name: DEBUG - System Available Memory
run: systeminfo | find "Available Physical Memory"
if: runner.os == 'Windows'

- name: Upload test results
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -126,6 +125,7 @@ jobs:
run: dotnet build libs/storage/Tsavorite/cs/test/Tsavorite.test.csproj --configuration ${{ matrix.configuration }}
- name: Test Tsavorite
run: dotnet test libs/storage/Tsavorite/cs/test/Tsavorite.test.csproj -f ${{ matrix.framework }} --logger "console;verbosity=detailed" --logger trx --results-directory "TsavoriteTestResults-${{ matrix.os }}-${{ matrix.framework }}-${{ matrix.configuration }}"
timeout-minutes: 30
- name: Upload test results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8addf80

Please sign in to comment.