Skip to content

Commit

Permalink
enlarge fe-ut 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 18449a2 commit 1a4815c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static void beforeClass() throws Exception {

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

0 comments on commit 1a4815c

Please sign in to comment.