Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit e9c6ff3

Browse files
author
Konrad Jamrozik
authored
Update TypeSpec-Requirement.ps1
1 parent 7a9e677 commit e9c6ff3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/scripts/TypeSpec-Requirement.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ if ($pathsWithErrors.Count -gt 0) {
196196
LogErrorForFile $path "OpenAPI was not generated from TypeSpec, and spec appears to be new"
197197
}
198198

199-
LogInfo "Sleeping for 6 minutes"
200-
Start-Sleep -Seconds 360
199+
LogInfo "Sleeping for 10 minutes (kojamroz temp debug)"
200+
Start-Sleep -Seconds 600
201201

202202
exit 1
203203
}
204204

205-
LogInfo "Sleeping for 6 minutes"
206-
Start-Sleep -Seconds 360
205+
LogInfo "Sleeping for 10 minutes (kojamroz temp debug)"
206+
Start-Sleep -Seconds 600
207207

208208
exit 0

0 commit comments

Comments
 (0)