Skip to content

Commit eb591f1

Browse files
committed
Reduce default deploy wait from 120s to 60s
🤖 Co-Authored-By: Claude Code <noreply@anthropic.com>
1 parent a98846e commit eb591f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tracer/tools/Deploy-AzureFunction.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Skip the wait period after deployment (not recommended - workers need time to restart).
2626
2727
.PARAMETER WaitSeconds
28-
Number of seconds to wait after deployment before triggering. Default: 120.
28+
Number of seconds to wait after deployment before triggering. Default: 60.
2929
3030
.PARAMETER TriggerUrl
3131
Custom HTTP trigger URL. If not specified, defaults to:
@@ -73,7 +73,7 @@ param(
7373

7474
[switch]$SkipWait,
7575

76-
[int]$WaitSeconds = 120,
76+
[int]$WaitSeconds = 60,
7777

7878
[string]$TriggerUrl,
7979

0 commit comments

Comments
 (0)