We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41f0ea commit 5ee6421Copy full SHA for 5ee6421
lib/trino-filesystem-alluxio/src/test/java/io/trino/filesystem/alluxio/TestAlluxioFileSystem.java
@@ -154,7 +154,7 @@ private static GenericContainer<?> createAlluxioMasterContainer()
154
.withAccessToHost(true)
155
.waitingFor(new LogMessageWaitStrategy()
156
.withRegEx(".*Primary started*\n")
157
- .withStartupTimeout(Duration.ofMinutes(3)));
+ .withStartupTimeout(Duration.ofMinutes(5)));
158
container.start();
159
return container;
160
}
0 commit comments