Skip to content

Commit 67ddd9b

Browse files
committed
Modify DEPLOY_TIMEOUT to 600 seconds
1 parent 3a622aa commit 67ddd9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ inputs:
3434
deploy_timeout:
3535
description: "Timeout for the deploy check (in seconds)"
3636
required: false
37-
default: "300"
37+
default: "600"
3838
stack_file:
3939
description: "Path to the stack file to be used for deploy"
4040
required: true

scripts/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ else
7777
fi
7878

7979
if [[ -z "${DEPLOY_TIMEOUT}" ]]; then
80-
export DEPLOY_TIMEOUT=300
80+
export DEPLOY_TIMEOUT=600
8181
fi
8282

8383
# CHECK REMOTE VARIABLES

0 commit comments

Comments
 (0)