Skip to content

Commit 03d4f6c

Browse files
committed
updating the timeout limit to 1 sec
1 parent 0262c8e commit 03d4f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/src/test/java/com/marklogic/client/functionaltest/TestBulkWriteWithTransactions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public void testBulkWritewithTransactionCommitTimeOut() throws Exception {
409409
int count=1;
410410
String docId[] = {"Sega-4MB.jpg"};
411411
// boolean tstatus =false;
412-
Transaction t= client.openTransaction("timeoutTrans",3);
412+
Transaction t= client.openTransaction("timeoutTrans",1);
413413
BinaryDocumentManager docMgr = client.newBinaryDocumentManager();
414414

415415
DocumentWriteSet writeset =docMgr.newWriteSet();

0 commit comments

Comments
 (0)