Skip to content

Commit 9085f3e

Browse files
committed
chore: update default timeout to 10 minutes
1 parent 696aab4 commit 9085f3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM appleboy/drone-ssh:1.5.3-linux-amd64
1+
FROM appleboy/drone-ssh:1.5.4-linux-amd64
22

33
ADD entrypoint.sh /entrypoint.sh
44
RUN chmod +x /entrypoint.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ See [action.yml](./action.yml) for more detailed information.
5050
* username - ssh username
5151
* password - ssh password
5252
* timeout - timeout for ssh to remote host, default is `30s`
53-
* command_timeout - timeout for ssh command, default is `1m`
53+
* command_timeout - timeout for ssh command, default is `10m`
5454
* key - content of ssh private key. ex raw content of ~/.ssh/id_rsa
5555
* key_path - path of ssh private key
5656
* script - execute commands

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
default: "30s"
1717
command_timeout:
1818
description: 'timeout for ssh command'
19-
default: "1m"
19+
default: "10m"
2020
key:
2121
description: 'content of ssh private key. ex raw content of ~/.ssh/id_rsa'
2222
key_path:

0 commit comments

Comments
 (0)