Tree
Tree:
bf06e354c3806d767f860f8fdf13fa17748c4ef5
Date:
Sun Nov 1 16:25:39 2020 UTC
Message:
Test suite: Wait 2 seconds after reloading the daemon On reload, all listening ports are closed, configuration updated, and then opened again. Which leads to subsequent tests running while the daemon isn't listening on any ports, and that's why the tests fail. The "proper" way whould be to loop and check for open ports, but waiting is what the start-server.sh script does right now, so stick with this in reload-server.sh for now as well. This fixes the issue, at least on my RaspberryPi ... Closes #280.
IRCNow