Skip to content

Commit

Permalink
ci: adjust timeouts
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Jan 1, 2024
1 parent 3c9265b commit bf7fea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
jdk: ['17', '21', '22-ea']
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -47,6 +47,6 @@ jobs:
- name: Run Lyo Test Suite
run: |
docker-compose -f refimpl/src/docker-compose.yml up --detach
echo "Sleeping for 30 seconds"
sleep 30
echo "Sleeping for 60 seconds"
sleep 60
testsuite/scripts/run-suite.sh

0 comments on commit bf7fea3

Please sign in to comment.