Skip to content

Commit

Permalink
test: adjust truffle test sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
VM committed Mar 15, 2024
1 parent aed3bc1 commit 4ab747f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ truffle-test:
docker build . -f ./docker/Dockerfile.truffle -t truffle-test
docker-compose -f ./tests/truffle/docker-compose.yml up genesis
docker-compose -f ./tests/truffle/docker-compose.yml up -d bsc-rpc bsc-validator1
sleep 30
sleep 300
docker-compose -f ./tests/truffle/docker-compose.yml up --exit-code-from truffle-test truffle-test
docker-compose -f ./tests/truffle/docker-compose.yml down

Expand Down

0 comments on commit 4ab747f

Please sign in to comment.