From b086fbeba5845d9471409fb5ef5860995108ea76 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Wed, 12 Apr 2023 10:55:58 +0300 Subject: [PATCH] Update sqlancer-test-pipelines.yml --- .github/workflows/sqlancer-test-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sqlancer-test-pipelines.yml b/.github/workflows/sqlancer-test-pipelines.yml index 71fa7ca28..d2f3ad543 100644 --- a/.github/workflows/sqlancer-test-pipelines.yml +++ b/.github/workflows/sqlancer-test-pipelines.yml @@ -73,7 +73,7 @@ jobs: gosu circleci psql -c "SELECT * from citus_add_node('localhost', 9701);" -p 9700 -d test gosu circleci psql -c "SELECT * from citus_add_node('localhost', 9702);" -p 9700 -d test - name: Run Tests - run: CITUS_AVAILABLE=true mvn -Dtest=TestCitus test + run: CITUS_AVAILABLE=true mvn -Dtest=TestCitus test --timeout-seconds 3600 - name: Publish Logs if: ${{ always() }}