ruanwenjun commented on code in PR #16922:
URL: 
https://github.com/apache/dolphinscheduler/pull/16922#discussion_r1898314193


##########
dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/project/workflow/task/ShellTaskForm.java:
##########
@@ -39,7 +41,9 @@ public ShellTaskForm(WorkflowForm parent) {
         this.driver = parent.driver();
     }
 
+    @SneakyThrows
     public ShellTaskForm script(String script) {
+        Thread.sleep(Constants.DEFAULT_SLEEP_MILLISECONDS);

Review Comment:
   Why sleep here



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to