Skip to content

Commit dcbf742

Browse files
authored
Trying to stabilize BDNs by spacing out the various runs by up to 10 mins between just so they all aren't hammering Github repo with BDN data at the same time (#1311)
1 parent 836eb9b commit dcbf742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-bdnbenchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Random pause between tasks so multiple inserts don't run at the same time
6969
run: |
70-
$delay = Get-Random -Minimum 1 -Maximum 120
70+
$delay = Get-Random -Minimum 1 -Maximum 600
7171
Write-Host "Sleeping for $delay seconds..."
7272
Start-Sleep -Seconds $delay
7373
shell: pwsh

0 commit comments

Comments
 (0)