diff --git a/power-on/action.yml b/power-on/action.yml index 45c1c49..b4d2b42 100644 --- a/power-on/action.yml +++ b/power-on/action.yml @@ -28,4 +28,4 @@ runs: run: | ssh -T -i ~/.ssh/poweron ${{ inputs.USER_REPOSITORY }}@${{ inputs.HOST_REPOSITORY }} - sleep 3m # Sleep for 3m to make sure switches were booted up + sleep 4m # Sleep for 3m to make sure switches were booted up