From babe1f3aa592ba8b87be2e373a9d5750b7124fd6 Mon Sep 17 00:00:00 2001 From: Sandeep Kumawat Date: Mon, 9 Oct 2023 11:17:57 +0000 Subject: [PATCH] Fix: increase time-out time for parallel mode jdbc tests Signed-off-by: Sandeep Kumawat --- .github/workflows/jdbc-tests-with-parallel-query.yml | 2 +- test/JDBC/parallel_query_jdbc_schedule | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jdbc-tests-with-parallel-query.yml b/.github/workflows/jdbc-tests-with-parallel-query.yml index aaac6097e7..bde61093eb 100644 --- a/.github/workflows/jdbc-tests-with-parallel-query.yml +++ b/.github/workflows/jdbc-tests-with-parallel-query.yml @@ -50,7 +50,7 @@ jobs: - name: Run JDBC Tests id: jdbc if: always() && steps.install-extensions.outcome == 'success' - timeout-minutes: 60 + timeout-minutes: 200 run: | export PATH=~/${{env.INSTALL_DIR}}/bin:$PATH export PG_SRC=~/work/babelfish_extensions/postgresql_modified_for_babelfish diff --git a/test/JDBC/parallel_query_jdbc_schedule b/test/JDBC/parallel_query_jdbc_schedule index f2a8678b5d..dec0d277b3 100644 --- a/test/JDBC/parallel_query_jdbc_schedule +++ b/test/JDBC/parallel_query_jdbc_schedule @@ -543,4 +543,8 @@ ignore#!#getdate-vu-cleanup ignore#!#getdatetest #Taking too much time to complete. -ignore#!#BABEL-SP_TABLE_PRIVILIGES-vu-verify \ No newline at end of file +ignore#!#BABEL-SP_TABLE_PRIVILIGES-vu-verify +ignore#!#BABEL-SP_COLUMNS_MANAGED-dep-vu-verify +ignore#!#BABEL-SP_TABLES +ignore#!#ISC-Domains-vu-verify +ignore#!#Test-sp_rename-vu-verify \ No newline at end of file