Skip to content

Commit

Permalink
increase time to capture logs
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <alfredo@swirldslabs.com>
  • Loading branch information
AlfredoG87 committed Aug 16, 2024
1 parent 6826f9d commit 3d0ff9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:

- name: Run application in background, capture logs, and save PID in a variable
run: |
${{ env.GRADLE_EXEC }} run 2> output.log < /dev/null &
${{ env.GRADLE_EXEC }} run 2> app.log < /dev/null &
APP_PID=$!
echo "Application started with PID $APP_PID"
sleep 30
sleep 10
- name: Smoke Test
run: ./server/src/test/resources/smoke-test.sh app.log
Expand Down

0 comments on commit 3d0ff9d

Please sign in to comment.