Skip to content

Commit b8ab5f3

Browse files
pRizzcursoragent
andcommitted
fix(cloudformation): extend failure signal delay
Increase the failure signal delay to 20 minutes to give bootstrap more time before CloudFormation marks it failed. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7be9cc1 commit b8ab5f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/provisioning/opencode-cloud-setup-cloudformation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ signal_result() {
5050
fi
5151

5252
if [ "$exit_code" -ne 0 ]; then
53-
opencode_setup_log "opencode-cloud setup: delaying failure signal 300s (reason: $reason)"
54-
sleep 300
53+
opencode_setup_log "opencode-cloud setup: delaying failure signal 1200s (reason: $reason)"
54+
sleep 1200
5555
fi
5656

5757
opencode_setup_log "opencode-cloud setup: send cloudformation signal (reason: $reason)"

0 commit comments

Comments
 (0)