1
0
Alex Cheema 9 сар өмнө
parent
commit
bd9d11861b

+ 1 - 0
.github/workflows/bench_job.yml

@@ -102,6 +102,7 @@ jobs:
           fi
 
           if [ "${{ strategy.job-index }}" -eq "0" ]; then
+            sleep 10
             echo "This is the primary node (index 0). Running benchmark..."
             GITHUB_JOB=$CALLING_JOB python .github/bench.py
           else