From 3c1e50d6de32ec9e8e885c0fb4ff79cd094aff98 Mon Sep 17 00:00:00 2001 From: aressu1985 <175816613@qq.com> Date: Tue, 26 Sep 2023 12:11:44 +0800 Subject: [PATCH] modify bvt timeout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 091eef96e..ef3bbfb1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: dist-bvt-linux-x86: runs-on: ubuntu-latest name: BVT Test on Ubuntu/x64 - timeout-minutes: 30 + timeout-minutes: 300 steps: - name: checkout head