CI: add specific timeouts to test actions
This commit is contained in:
4
.github/workflows/sub_buildUbuntu2004.yml
vendored
4
.github/workflows/sub_buildUbuntu2004.yml
vendored
@@ -184,6 +184,7 @@ jobs:
|
||||
ccache -s
|
||||
- name: FreeCAD CLI tests on build dir
|
||||
if: inputs.testOnBuildDir
|
||||
timeout-minutes: 10
|
||||
uses: ./.github/workflows/actions/runTests
|
||||
with:
|
||||
testDescription: "CLI tests on build dir"
|
||||
@@ -192,6 +193,7 @@ jobs:
|
||||
reportFile: ${{env.reportdir}}${{ env.reportfilename }}
|
||||
- name: FreeCAD GUI tests on build dir
|
||||
if: inputs.testOnBuildDir
|
||||
timeout-minutes: 15
|
||||
uses: ./.github/workflows/actions/runTests
|
||||
with:
|
||||
testDescription: "GUI tests on build dir"
|
||||
@@ -206,6 +208,7 @@ jobs:
|
||||
errorFile: ${{ env.logdir }}InstallErrors.log
|
||||
reportFile: ${{env.reportdir}}${{ env.reportfilename }}
|
||||
- name: FreeCAD CLI tests on install
|
||||
timeout-minutes: 10
|
||||
uses: ./.github/workflows/actions/runTests
|
||||
with:
|
||||
testDescription: "CLI tests on install"
|
||||
@@ -213,6 +216,7 @@ jobs:
|
||||
logFile: ${{ env.logdir }}TestCLIInstall.log
|
||||
reportFile: ${{env.reportdir}}${{ env.reportfilename }}
|
||||
- name: FreeCAD GUI tests on install
|
||||
timeout-minutes: 15
|
||||
uses: ./.github/workflows/actions/runTests
|
||||
with:
|
||||
testDescription: "GUI tests on install"
|
||||
|
||||
4
.github/workflows/sub_buildUbuntu2204.yml
vendored
4
.github/workflows/sub_buildUbuntu2204.yml
vendored
@@ -193,6 +193,7 @@ jobs:
|
||||
ccache -s
|
||||
- name: FreeCAD CLI tests on build dir
|
||||
if: inputs.testOnBuildDir
|
||||
timeout-minutes: 10
|
||||
uses: ./.github/workflows/actions/runTests
|
||||
with:
|
||||
testDescription: "CLI tests on build dir"
|
||||
@@ -201,6 +202,7 @@ jobs:
|
||||
reportFile: ${{env.reportdir}}${{ env.reportfilename }}
|
||||
- name: FreeCAD GUI tests on build dir
|
||||
if: inputs.testOnBuildDir
|
||||
timeout-minutes: 15
|
||||
uses: ./.github/workflows/actions/runTests
|
||||
with:
|
||||
testDescription: "GUI tests on build dir"
|
||||
@@ -215,6 +217,7 @@ jobs:
|
||||
errorFile: ${{ env.logdir }}InstallErrors.log
|
||||
reportFile: ${{env.reportdir}}${{ env.reportfilename }}
|
||||
- name: FreeCAD CLI tests on install
|
||||
timeout-minutes: 10
|
||||
uses: ./.github/workflows/actions/runTests
|
||||
with:
|
||||
testDescription: "CLI tests on install"
|
||||
@@ -222,6 +225,7 @@ jobs:
|
||||
logFile: ${{ env.logdir }}TestCLIInstall.log
|
||||
reportFile: ${{env.reportdir}}${{ env.reportfilename }}
|
||||
- name: FreeCAD GUI tests on install
|
||||
timeout-minutes: 15
|
||||
uses: ./.github/workflows/actions/runTests
|
||||
with:
|
||||
testDescription: "GUI tests on install"
|
||||
|
||||
Reference in New Issue
Block a user