Skip to content

Commit

Permalink
Revert Timeout setting on StorageLoaderIT
Browse files Browse the repository at this point in the history
  • Loading branch information
codingchili committed Oct 23, 2017
1 parent e260415 commit 9afff02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9afff02

Please sign in to comment.