From 5f6f277e41babcafb03fefead010d607cacd96f0 Mon Sep 17 00:00:00 2001 From: prathamesh0 Date: Fri, 4 Nov 2022 09:34:37 +0530 Subject: [PATCH] Increase wait time for db setup in unit test job --- .github/workflows/run_unit_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_unit_test.sh b/.github/workflows/run_unit_test.sh index 0169f9cc..c1c5e182 100755 --- a/.github/workflows/run_unit_test.sh +++ b/.github/workflows/run_unit_test.sh @@ -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