@@ -273,7 +273,7 @@ public void tearDown() throws Exception {
273273 clearDB (port );
274274 }
275275
276- @ Test
276+ @ Test ( timeout = 300000 )
277277 public void testStopOneNode () throws Exception {
278278 System .out .println (Thread .currentThread ().getStackTrace ()[1 ].getMethodName ());
279279 AtomicInteger success = new AtomicInteger (0 );
@@ -308,7 +308,7 @@ public void testStopOneNode() throws Exception {
308308 assertEquals ("document count" , 0 , failure .intValue ());
309309 }
310310
311- @ Test
311+ @ Test ( timeout = 300000 )
312312 public void testRestart () throws Exception {
313313 System .out .println (Thread .currentThread ().getStackTrace ()[1 ].getMethodName ());
314314 AtomicInteger success = new AtomicInteger (0 );
@@ -345,7 +345,7 @@ public void testRestart() throws Exception {
345345 assertEquals ("document count" , 0 , failure .intValue ());
346346 }
347347
348- @ Test
348+ @ Test ( timeout = 300000 )
349349 public void testRepeatedStopOneNode () throws Exception {
350350 System .out .println (Thread .currentThread ().getStackTrace ()[1 ].getMethodName ());
351351 AtomicInteger success = new AtomicInteger (0 );
@@ -389,7 +389,7 @@ public void testRepeatedStopOneNode() throws Exception {
389389 assertEquals ("document count" , 0 , failure .intValue ());
390390 }
391391
392- @ Test
392+ @ Test ( timeout = 300000 )
393393 public void testMinNodes () throws Exception {
394394 System .out .println (Thread .currentThread ().getStackTrace ()[1 ].getMethodName ());
395395 AtomicInteger success = new AtomicInteger (0 );
@@ -433,7 +433,7 @@ public void testMinNodes() throws Exception {
433433 Assert .assertTrue (success .intValue () < 20000 );
434434 }
435435
436- @ Test
436+ @ Test ( timeout = 300000 )
437437 public void testStopTwoNodes () throws Exception {
438438 System .out .println (Thread .currentThread ().getStackTrace ()[1 ].getMethodName ());
439439 try {
@@ -476,7 +476,7 @@ public void testStopTwoNodes() throws Exception {
476476 }
477477 }
478478
479- @ Test
479+ @ Test ( timeout = 300000 )
480480 public void xQueryMasstransformReplace () throws Exception {
481481 System .out .println (Thread .currentThread ().getStackTrace ()[1 ].getMethodName ());
482482 ServerTransform transform = new ServerTransform ("add-attr-xquery-transform" );
@@ -546,7 +546,7 @@ public void xQueryMasstransformReplace() throws Exception {
546546
547547 }
548548
549- @ Test
549+ @ Test ( timeout = 300000 )
550550 public void xQueryMasstransformReplaceTwoNodes () throws Exception {
551551 System .out .println (Thread .currentThread ().getStackTrace ()[1 ].getMethodName ());
552552 ServerTransform transform = new ServerTransform ("add-attr-xquery-transform" );
@@ -618,7 +618,7 @@ public void xQueryMasstransformReplaceTwoNodes() throws Exception {
618618 assertEquals ("document count" , 0 , skipped .intValue ());
619619 }
620620
621- @ Test
621+ @ Test ( timeout = 300000 )
622622 public void xQueryMasstransformReplaceRepeated () throws Exception {
623623 System .out .println (Thread .currentThread ().getStackTrace ()[1 ].getMethodName ());
624624 ServerTransform transform = new ServerTransform ("add-attr-xquery-transform" );
@@ -696,7 +696,7 @@ public void xQueryMasstransformReplaceRepeated() throws Exception {
696696 assertEquals ("document count" , 0 , failure .intValue ());
697697 }
698698
699- @ Test
699+ @ Test ( timeout = 300000 )
700700 public void massDeleteConsistentSnapShot () throws Exception {
701701 System .out .println (Thread .currentThread ().getStackTrace ()[1 ].getMethodName ());
702702 AtomicBoolean isRunning = new AtomicBoolean (true );
0 commit comments