Skip to content

Commit

Permalink
fix: add sleep 5 before faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Mar 6, 2024
1 parent e2f95cc commit c97a7b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
# sometimes not created and is not tailed
touch fhevm.log
npm run fhevm:start &> fhevm.log &
sleep 5
npm run fhevm:faucet
tail -f fhevm.log | sed '/Starting JSON WebSocket server/ q'
npm run test
Expand Down

0 comments on commit c97a7b0

Please sign in to comment.