diff --git a/core/test/java/com/codingchili/core/storage/StorageLoaderIT.java b/core/test/java/com/codingchili/core/storage/StorageLoaderIT.java index 3e29e84e..5b861456 100644 --- a/core/test/java/com/codingchili/core/storage/StorageLoaderIT.java +++ b/core/test/java/com/codingchili/core/storage/StorageLoaderIT.java @@ -23,7 +23,7 @@ public class StorageLoaderIT { private static final String TEST_COLLECTION = "collection"; private static CoreContext context; @Rule - public Timeout timeout = new Timeout(5, TimeUnit.SECONDS); + public Timeout timeout = new Timeout(10, TimeUnit.SECONDS); @BeforeClass public static void setUp() {