From 907e985d9342f6d6754fda1eb895818d9144a7ac Mon Sep 17 00:00:00 2001 From: Pradeepsingh Bhati Date: Mon, 27 Feb 2023 13:15:51 +0530 Subject: [PATCH] increase timeout of integration tests (#333) --- .github/workflows/ok-to-test-command.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ok-to-test-command.yml b/.github/workflows/ok-to-test-command.yml index 36cfd5b18..2b7898d96 100644 --- a/.github/workflows/ok-to-test-command.yml +++ b/.github/workflows/ok-to-test-command.yml @@ -5,6 +5,7 @@ on: types: [ok-to-test-command] jobs: integration_test_cases: + timeout-minutes: 600 runs-on: self-hosted strategy: max-parallel: 1