From 40850d981d056f5cb2afa36a641b83d603a59ef7 Mon Sep 17 00:00:00 2001 From: Ilya Averyanov Date: Wed, 29 Sep 2021 23:05:04 +0300 Subject: [PATCH] chore(CI): increased relup test timeout --- .github/workflows/run_fvt_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_fvt_tests.yaml b/.github/workflows/run_fvt_tests.yaml index a96c48702..db8a64e93 100644 --- a/.github/workflows/run_fvt_tests.yaml +++ b/.github/workflows/run_fvt_tests.yaml @@ -273,7 +273,7 @@ jobs: make make install - name: run relup test - timeout-minutes: 20 + timeout-minutes: 30 run: | set -e -x -u if [ -n "$OLD_VSNS" ]; then