From ab79bac7f7185ad29e53f22aeaa083bd211adf13 Mon Sep 17 00:00:00 2001 From: Dmitrii Kovalkov Date: Tue, 27 May 2025 13:53:41 +0200 Subject: [PATCH] Custom ingest bench workflow --- .github/workflows/ingest_benchmark.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ingest_benchmark.yml b/.github/workflows/ingest_benchmark.yml index a8d2d69807..6cf9879833 100644 --- a/.github/workflows/ingest_benchmark.yml +++ b/.github/workflows/ingest_benchmark.yml @@ -115,6 +115,9 @@ jobs: stripe_size: ${{ matrix.stripe_size }} disable_sharding: ${{ matrix.disable_sharding }} + - name: Sleep for 10 minutes + run: sleep 600 + - name: Initialize Neon project if: ${{ startsWith(matrix.target_project, 'new_empty_project') }} env: