소스 검색

sleep before bench

Alex Cheema 1 년 전
부모
커밋
bd9d11861b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/bench_job.yml

+ 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