This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new c719075 test: extend test cassandra client request timeout (#340)
c719075 is described below
commit c71907590c08c6957ce41d31f0e876a4621141f6
Author: Arnout Engelen <[email protected]>
AuthorDate: Sat Nov 8 11:22:33 2025 +0100
test: extend test cassandra client request timeout (#340)
* test: extend test cassandra client request timeout
hopefully towards fixing #327
* chore: standardize on `src/test/resources/application.conf`
---
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]