Skip to content

Commit 5ee6421

Browse files
JiamingMaiebyhr
authored andcommitted
Set a longer timeout duration for Alluxio filesystem test
1 parent e41f0ea commit 5ee6421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/trino-filesystem-alluxio/src/test/java/io/trino/filesystem/alluxio/TestAlluxioFileSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ private static GenericContainer<?> createAlluxioMasterContainer()
154154
.withAccessToHost(true)
155155
.waitingFor(new LogMessageWaitStrategy()
156156
.withRegEx(".*Primary started*\n")
157-
.withStartupTimeout(Duration.ofMinutes(3)));
157+
.withStartupTimeout(Duration.ofMinutes(5)));
158158
container.start();
159159
return container;
160160
}

0 commit comments

Comments
 (0)