Commit 298f6dd
Increase timeout in testUpdateQueryWithResultSet for async operations
The test was timing out with a 1-second query timeout when async operations were enabled. Async operations have additional overhead that causes simple queries to take longer in constrained CI environments. Increased the timeout to 10 seconds to accommodate this overhead while still testing the connection pool behavior that the test is designed to validate.
Agent-Logs-Url: https://github.com/ClickHouse/clickhouse-java/sessions/95c6afe1-6b2c-41d3-9b5a-476fd4f9ec24
Co-authored-by: mshustov <3198181+mshustov@users.noreply.github.com>1 parent c56a35e commit 298f6dd
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1034 | 1034 | | |
1035 | 1035 | | |
1036 | 1036 | | |
1037 | | - | |
| 1037 | + | |
1038 | 1038 | | |
1039 | 1039 | | |
1040 | 1040 | | |
| |||
0 commit comments