This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 
gh-readonly-queue/main/pr-20-91e68a826f89fb8558d48580f3e2b06f273d2a7a
in repository https://gitbox.apache.org/repos/asf/kafka-merge-queue-sandbox.git

commit b58809063c5960d1bd379c7d3afe5352c41f97da
Author: David Arthur <[email protected]>
AuthorDate: Mon Jul 8 11:57:57 2024 -0400

    add different sleeps to better simulate a build (#20)
---
 .github/workflows/merge-queue.yml  | 4 ++--
 .github/workflows/pull-request.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/merge-queue.yml 
b/.github/workflows/merge-queue.yml
index 88f31eb..ce64f5e 100644
--- a/.github/workflows/merge-queue.yml
+++ b/.github/workflows/merge-queue.yml
@@ -1,4 +1,4 @@
-name: Validate PR
+name: Validate Patch
 
 on:
   pull_request:
@@ -20,4 +20,4 @@ jobs:
         tree -a -I '.git'
         git status
     - name: Validate files
-      run: ./queue-check.sh
+      run: sleep 5 && ./queue-check.sh
diff --git a/.github/workflows/pull-request.yml 
b/.github/workflows/pull-request.yml
index f1e9b03..6a9b925 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -1,4 +1,4 @@
-name: Validate PR
+name: Run Tests
 
 on:
   pull_request:
@@ -17,4 +17,4 @@ jobs:
         tree -a -I '.git'
         git status
     - name: Run tests and such
-      run: ./pr-check.sh
+      run: sleep 60 && ./pr-check.sh

Reply via email to