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 bf7fea3 commit 15e9c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
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 60 seconds"
sleep 60
echo "Sleeping for 120 seconds"
sleep 120
testsuite/scripts/run-suite.sh

0 comments on commit 15e9c89

Please sign in to comment.