[hw_ci] Increase timeout of stress test

This commit is contained in:
Shaowei Song 2022-07-01 14:26:19 +08:00 committed by volcano
parent b576126bf6
commit 9a06da8029

@ -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: