From ffa929728923ae07aa88374b1f88eb537649661e Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 14 Dec 2024 09:59:03 -0500 Subject: [PATCH] remove sleep --- .github/workflows/integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ed6522992..3d447045e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -25,5 +25,4 @@ jobs: - name: Verify installation run: | - sleep 30 # Give web server a moment to start curl -s http://localhost:8080 | grep "Bedrock"