From f3c72cd05eb5ec40de2e423d70b1ede10a4eab33 Mon Sep 17 00:00:00 2001 From: Muhammad Umar Khan Date: Wed, 11 Oct 2023 12:04:47 +0500 Subject: [PATCH] squash! add sleep coommand after wait command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5af8de6a28..d8095a4a2a 100644 --- a/Makefile +++ b/Makefile @@ -469,8 +469,8 @@ dev.dbcopyall8: ## Clean mysql80 container and copy data from old mysql 5.7 cont $(MAKE) dev.remove-containers.mysql80 docker volume rm devstack_mysql80_data $(MAKE) dev.up.mysql57+mysql80 - sleep 10 $(MAKE) dev.wait-for.mysql57+mysql80 + sleep 10 docker compose exec -T mysql80 mysql -uroot mysql < provision-mysql80.sql $(MAKE) $(_db_copy8_targets) $(MAKE) stop