Skip to content

Commit

Permalink
Fix: increase time-out time for parallel mode jdbc tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Kumawat <[email protected]>
  • Loading branch information
Sandeep Kumawat committed Oct 9, 2023
1 parent 1628891 commit babe1f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jdbc-tests-with-parallel-query.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion test/JDBC/parallel_query_jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -543,4 +543,8 @@ ignore#!#getdate-vu-cleanup
ignore#!#getdatetest

#Taking too much time to complete.
ignore#!#BABEL-SP_TABLE_PRIVILIGES-vu-verify
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

0 comments on commit babe1f3

Please sign in to comment.