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 3d9b2d6 commit 6826f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
${{ env.GRADLE_EXEC }} run 2> output.log < /dev/null &
APP_PID=$!
echo "Application started with PID $APP_PID"
sleep 10
sleep 30
- name: Smoke Test
run: ./server/src/test/resources/smoke-test.sh app.log
Expand Down

0 comments on commit 6826f9d

Please sign in to comment.