Skip to content

Commit 5210121

Browse files
committed
fix runaction wait
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 34040e8 commit 5210121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/com/cloud/agent/api/RunCustomActionCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public class RunCustomActionCommand extends Command {
3030

3131
public RunCustomActionCommand(String actionName) {
3232
this.actionName = actionName;
33+
this.setWait(5);
3334
}
3435

3536
public String getActionName() {

0 commit comments

Comments
 (0)