Skip to content

Commit

Permalink
Sleep 10 seconds to build singlezone_commercial_hydronic test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
javiarrobas committed Oct 3, 2024
1 parent 61f8469 commit 322682e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ run-boptest-case-no-cache:
run-boptest-case-commercial:
make download-boptest
cd project1-boptest-${BOPTEST_COMMIT} && \
TESTCASE=singlezone_commercial_hydronic docker compose up -d
TESTCASE=singlezone_commercial_hydronic docker compose up -d && \
sleep 10

run-boptest-vectorized:
make download-boptest && \
Expand Down
6 changes: 0 additions & 6 deletions testing/test_boptestGymEnv.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,12 +583,6 @@ class BoptestGymEnvMultiActTest(unittest.TestCase):

def setUp(self):
'''Set up the environment and model for testing.'''

print("url is:")
print(url)
import time
time.sleep(30)

self.env = BoptestGymEnv(
url=url,
actions=['oveTZonSet_u', 'oveTSupSet_u', 'oveCO2ZonSet_u'],
Expand Down

0 comments on commit 322682e

Please sign in to comment.