Skip to content

Commit e34dd5d

Browse files
Copilotvharseko
andauthored
fix(cassandra-embedded): increase CQL request timeout to 20s in ServerTest (#973)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 parent 44ec89c commit e34dd5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openam-cassandra/openam-cassandra-embedded/src/test/java/ServerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* information: "Portions copyright [year] [name of copyright owner]".
1313
*
1414
* Copyright 2019 Open Identity Platform Community.
15+
* Portions Copyright 2020-2026 3A Systems, LLC.
1516
*/
1617

1718

@@ -32,6 +33,7 @@ public static void init() throws IdRepoException{
3233
System.setProperty("datastax-java-driver.advanced.auth-provider.class","PlainTextAuthProvider");
3334
System.setProperty("datastax-java-driver.advanced.auth-provider.username","cassandra");
3435
System.setProperty("datastax-java-driver.advanced.auth-provider.password","cassandra");
36+
System.setProperty("datastax-java-driver.basic.request.timeout", "20 seconds");
3537
}
3638

3739
@AfterClass

0 commit comments

Comments
 (0)