Skip to content

Commit

Permalink
Increase retry delay.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Griffin committed Nov 21, 2024
1 parent ede9cda commit ec24db9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

- name: Test sample app
run: |
FAUNA_ENDPOINT=http://localhost:8443 FAUNA_SECRET=`cat .fauna_key` ./gradlew bootRun 2>&1 > bootrun.log &
./gradlew build
FAUNA_ENDPOINT=http://localhost:8443 FAUNA_SECRET=`cat .fauna_key` ./gradlew bootRun > bootrun.log 2>&1 &
./test/validate.sh
cat bootrun.log

0 comments on commit ec24db9

Please sign in to comment.