Skip to content

Commit a194901

Browse files
committed
increase blame-hang-timeout
1 parent c384db2 commit a194901

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Steeltoe.All.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
SOLUTION_FILE: 'src/Steeltoe.All.slnx'
2424
COMMON_TEST_ARGS: >-
2525
--no-build --configuration Release --collect "XPlat Code Coverage" --logger trx --results-directory ${{ github.workspace }}/TestOutput
26-
--settings coverlet.runsettings --blame-crash --blame-hang-timeout 1m
26+
--settings coverlet.runsettings --blame-crash --blame-hang-timeout 2m
2727
2828
jobs:
2929
build:

.github/workflows/component-shared-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
SOLUTION_FILE: 'src/Steeltoe.${{ inputs.component }}.slnf'
2626
COMMON_TEST_ARGS: >-
2727
--no-build --configuration Release --collect "XPlat Code Coverage" --logger trx --results-directory ${{ github.workspace }}/TestOutput
28-
--settings coverlet.runsettings --blame-crash --blame-hang-timeout 1m
28+
--settings coverlet.runsettings --blame-crash --blame-hang-timeout 2m
2929
3030
jobs:
3131
build:

0 commit comments

Comments
 (0)