You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ConnectedRESTQA.java
+46Lines changed: 46 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,8 @@ public abstract class ConnectedRESTQA {
105
105
privatestaticStringml_certificate_path = null;
106
106
privatestaticStringmlDataConfigDirPath = null;
107
107
privatestaticBooleanisLBHost = false;
108
+
109
+
privatestaticintPROPERTY_WAIT = 0;
108
110
109
111
SSLContextsslContext = null;
110
112
@@ -2325,6 +2327,8 @@ public static void configureRESTServer(String dbName, String[] fNames) throws Ex
0 commit comments