Skip to content

Commit bac8b5d

Browse files
committed
Work CD-CI
- Decrease wait time to process dependencies update. ***NO_CI*** Signed-off-by: josesimoes <[email protected]>
1 parent aba5880 commit bac8b5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines/update-dependencies.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
$auth = "basic $([System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes("nfbot:$env:MY_GITHUB_TOKEN"))))"
66

77
# because it can take sometime for the package to become available on the NuGet providers
8-
# need to hang here for 2 minutes (2 * 60)
9-
"Waiting 2 minutes to let package process flow in Azure Artifacts feed..." | Write-Host
10-
Start-Sleep -Seconds 120
8+
# need to hang here for 1 minute (1 * 60)
9+
"Waiting 1 minute to let package process flow in Azure Artifacts feed..." | Write-Host
10+
Start-Sleep -Seconds 60
1111

1212
# init/reset these
1313
$commitMessage = ""

0 commit comments

Comments
 (0)