From 8604bb8750bfe848283a29de2d0cf2354bef7e85 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Tue, 20 Apr 2021 18:46:31 +0300 Subject: [PATCH] Increase timeout for running github tests --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 450b93d85a..c5a601b7ce 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,7 +4,7 @@ on: [push] jobs: regression-check: - timeout-minutes: 10 + timeout-minutes: 30 name: run regression test suite runs-on: ubuntu-latest