Skip to content

Commit

Permalink
fix: reintroducing a sleep before test to see if it helps.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed May 11, 2024
1 parent ec7956a commit b9a8a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions process-compose/monza-full-node/process-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ processes:

monza-client-tests:
command: |
sleep 20
cargo test -p monza-client -- --test-threads=1
depends_on:
monza-full-node:
Expand Down

0 comments on commit b9a8a56

Please sign in to comment.