Increase wait time for db setup in unit test job
This commit is contained in:
parent
ad26f5abb0
commit
5f6f277e41
2
.github/workflows/run_unit_test.sh
vendored
2
.github/workflows/run_unit_test.sh
vendored
@ -17,7 +17,7 @@ rm -f /tmp/git_head_ref /tmp/git_repository
|
||||
echo 'docker-compose up -d migrations ipld-eth-db'
|
||||
docker-compose up -d migrations ipld-eth-db
|
||||
trap "docker-compose down -v --remove-orphans; cd $start_dir ; rm -r $temp_dir" SIGINT SIGTERM ERR
|
||||
sleep 30
|
||||
sleep 60
|
||||
|
||||
# Remove old logs so there's no confusion, then run test
|
||||
rm -f /tmp/test.log /tmp/return_test.txt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user