diff --git a/plugin-script/src/test/java/io/kestra/plugin/scripts/jvm/EvalTest.java b/plugin-script/src/test/java/io/kestra/plugin/scripts/jvm/EvalTest.java index 9f2ba27..67dcb9f 100644 --- a/plugin-script/src/test/java/io/kestra/plugin/scripts/jvm/EvalTest.java +++ b/plugin-script/src/test/java/io/kestra/plugin/scripts/jvm/EvalTest.java @@ -43,7 +43,7 @@ void run() throws Exception { RunContext runContext = TestsUtils.mockRunContext(runContextFactory, task, ImmutableMap.of()); Eval.Output runOutput = task.run(runContext); - Thread.sleep(100); + Thread.sleep(500); LogEntry firstLog = receive.blockFirst(); assertThat(firstLog.getLevel(), is(Level.INFO));