Skip to content

Commit

Permalink
Sleep for 10 seconds every time we build a test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
javiarrobas committed Oct 3, 2024
1 parent 322682e commit 3648add
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3648add

Please sign in to comment.