Skip to content

Commit

Permalink
ci: increase timeout for native-tls one more time (attempt to fix tes…
Browse files Browse the repository at this point in the history
…t_concurrent_queries)
  • Loading branch information
azat committed Dec 25, 2023
1 parent f30fc2c commit 94381d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
# NOTE: not all tests "secure" aware, so let's define DATABASE_URL explicitly
# NOTE: sometimes for native-tls default connection_timeout (500ms) is not enough, interestingly that for rustls it is OK.
DATABASE_URL: "tcp://localhost:9440?compression=lz4&ping_timeout=2s&retry_timeout=3s&secure=true&skip_verify=true&connection_timeout=2s"
DATABASE_URL: "tcp://localhost:9440?compression=lz4&ping_timeout=2s&retry_timeout=3s&secure=true&skip_verify=true&connection_timeout=5s"
steps:
- uses: actions/checkout@v3
# NOTE:
Expand Down

0 comments on commit 94381d3

Please sign in to comment.