Skip to content

Commit

Permalink
github actions has trouble starting fhem.
Browse files Browse the repository at this point in the history
  • Loading branch information
domschl committed Aug 17, 2023
1 parent 2b077c7 commit 941d25c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions selftest/selftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,16 +215,16 @@ def create_device(fhi, name, readings):

ret = os.system(config["exec"])
log.info("Fhem startup at {} returned: {}".format(config['exec'], ret))
time.sleep(5)
time.sleep(1)

if st.is_running(fhem_url=config["testhost"], protocol="http", port=8083) is None:
log.error("Fhem is NOT running after install and start!")
# sys.exit(-4)
sys.exit(-4)

log.info("Install should be ok, Fhem running.")

connections = [
# {"protocol": "http", "port": 8083},
{"protocol": "http", "port": 8083},
{
"protocol": "telnet",
"port": 7073,
Expand Down

0 comments on commit 941d25c

Please sign in to comment.