Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X committed Oct 23, 2023
1 parent 19a39ce commit ded8b1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public void testAutoGenerateSQL(TestContainer container)
Container.ExecResult execResult = container.executeJob(CONFIG_FILE);
Assertions.assertEquals(0, execResult.getExitCode());
Assertions.assertTimeout(
Duration.of(10, ChronoUnit.SECONDS),
Duration.of(20, ChronoUnit.SECONDS),
() ->
Assertions.assertIterableEquals(
querySql(SOURCE_SQL), querySql(SINK_SQL)));
Expand Down

0 comments on commit ded8b1e

Please sign in to comment.