Skip to content

Commit

Permalink
enlarge fe-ut test case timeout
Browse files Browse the repository at this point in the history
Signed-off-by: yanz <[email protected]>
  • Loading branch information
dirtysalt committed Nov 27, 2024
1 parent 0efe4b4 commit 18449a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static void beforeClass() throws Exception {

@ParameterizedTest(name = "{index}-{0}")
@MethodSource("generateManyJoinArguments")
@Timeout(5)
@Timeout(30)
public void testManyJoins(String name, String query) throws Exception {
LOG.info("test {}, query: {}", name, query);
String mvName = "mv_manyjoin";
Expand Down

0 comments on commit 18449a2

Please sign in to comment.