Skip to content

Commit ebbb67f

Browse files
committed
Increase timeout
1 parent 55c0e6f commit ebbb67f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ update_deploy_script() {
66
--fail \
77
--silent \
88
--show-error \
9-
--max-time 5 \
10-
--connect-timeout 5 \
9+
--max-time 30 \
10+
--connect-timeout 30 \
1111
--request 'PUT' \
1212
-H "Authorization: Bearer $API_KEY" \
1313
-H "Accept: application/json" \

0 commit comments

Comments
 (0)