From 9a06da802925ce1152417d9c506fe2ff91503eb8 Mon Sep 17 00:00:00 2001 From: Shaowei Song <1498430017@qq.com> Date: Fri, 1 Jul 2022 14:26:19 +0800 Subject: [PATCH] [hw_ci] Increase timeout of stress test --- .github/workflows/hw_mode_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hw_mode_test.yml b/.github/workflows/hw_mode_test.yml index 2dadbdb5..006ab461 100644 --- a/.github/workflows/hw_mode_test.yml +++ b/.github/workflows/hw_mode_test.yml @@ -918,7 +918,7 @@ jobs: run: docker stop ${{ env.CONTAINER_NAME }} Stress_test_with_musl: - timeout-minutes: 180 + timeout-minutes: 360 if: github.event_name == 'schedule' runs-on: ${{ matrix.self_runner }} strategy: @@ -951,7 +951,7 @@ jobs: Stress_test_with_glibc: - timeout-minutes: 180 + timeout-minutes: 360 if: github.event_name == 'schedule' runs-on: ${{ matrix.self_runner }} strategy: