[hw_ci] Increase timeout of stress test
This commit is contained in:
parent
b576126bf6
commit
9a06da8029
4
.github/workflows/hw_mode_test.yml
vendored
4
.github/workflows/hw_mode_test.yml
vendored
@ -918,7 +918,7 @@ jobs:
|
|||||||
run: docker stop ${{ env.CONTAINER_NAME }}
|
run: docker stop ${{ env.CONTAINER_NAME }}
|
||||||
|
|
||||||
Stress_test_with_musl:
|
Stress_test_with_musl:
|
||||||
timeout-minutes: 180
|
timeout-minutes: 360
|
||||||
if: github.event_name == 'schedule'
|
if: github.event_name == 'schedule'
|
||||||
runs-on: ${{ matrix.self_runner }}
|
runs-on: ${{ matrix.self_runner }}
|
||||||
strategy:
|
strategy:
|
||||||
@ -951,7 +951,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
Stress_test_with_glibc:
|
Stress_test_with_glibc:
|
||||||
timeout-minutes: 180
|
timeout-minutes: 360
|
||||||
if: github.event_name == 'schedule'
|
if: github.event_name == 'schedule'
|
||||||
runs-on: ${{ matrix.self_runner }}
|
runs-on: ${{ matrix.self_runner }}
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
Reference in New Issue
Block a user