Update sqlancer-test-pipelines.yml

pull/6697/head
Gokhan Gulbiz 2023-04-12 10:55:58 +03:00 committed by GitHub
parent 51c7e7ef7c
commit b086fbeba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() }}