From 3648add554ad53a6858787c429de73ae2b8580e1 Mon Sep 17 00:00:00 2001 From: Javier Arroyo Date: Thu, 3 Oct 2024 12:35:17 +0200 Subject: [PATCH] Sleep for 10 seconds every time we build a test case. --- testing/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/Makefile b/testing/Makefile index 05d4a57..8784ad0 100644 --- a/testing/Makefile +++ b/testing/Makefile @@ -90,11 +90,13 @@ run-boptest-case: make download-boptest cd project1-boptest-${BOPTEST_COMMIT} && \ TESTCASE=bestest_hydronic_heat_pump docker compose up -d + sleep 10 run-boptest-case-no-cache: make download-boptest cd project1-boptest-${BOPTEST_COMMIT} && \ TESTCASE=bestest_hydronic_heat_pump docker compose up -d --force-recreate --build + sleep 10 run-boptest-case-commercial: make download-boptest