Increase eos-dom-akka teardown timeouts
[controller.git] / opendaylight / md-sal / eos-dom-akka / src / test / java / org / opendaylight / controller / eos / akka / AkkaEntityOwnershipServiceTest.java
index a444aefcfb277dc1520cdefb24461c2408c3a720..cf456fec75ea65cbcd31052d6d147cad6d57ec79 100644 (file)
@@ -68,7 +68,7 @@ public class AkkaEntityOwnershipServiceTest extends AbstractNativeEosTest {
     @After
     public void tearDown() throws InterruptedException, ExecutionException {
         service.close();
-        ActorTestKit.shutdown(Adapter.toTyped(system));
+        ActorTestKit.shutdown(Adapter.toTyped(system), Duration.ofSeconds(20));
     }
 
     @Test