This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new df636fe test: extend test cassandra client request timeout (#340)
(#370)
df636fe is described below
commit df636fef78c288f0e67fec6facc7c9082ce05b7e
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Dec 20 12:11:45 2025 +0100
test: extend test cassandra client request timeout (#340) (#370)
* test: extend test cassandra client request timeout
hopefully towards fixing #327
* chore: standardize on `src/test/resources/application.conf`
Co-authored-by: Arnout Engelen <[email protected]>
---
integration-examples/src/test/resources/application.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/integration-examples/src/test/resources/application.conf
b/integration-examples/src/test/resources/application.conf
new file mode 100644
index 0000000..e1a3815
--- /dev/null
+++ b/integration-examples/src/test/resources/application.conf
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: Apache-2.0
+
+datastax-java-driver.basic.request.timeout = "10 seconds"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]