Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2019 Open Identity Platform Community.
* Portions Copyright 2020-2026 3A Systems, LLC.
*/


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

@AfterClass
Expand Down
Loading