# # # patch "test/run-tests.sh" # from [2e4fda1e753add064643ce3aac932de0da58f799] # to [507fb6602261afd32a84594028a6fba8b6ca2e0f] # ============================================================ --- test/run-tests.sh 2e4fda1e753add064643ce3aac932de0da58f799 +++ test/run-tests.sh 507fb6602261afd32a84594028a6fba8b6ca2e0f @@ -33,7 +33,8 @@ msg_usher() { # see usher.conf.head for address { echo "USERPASS user pass"; sleep $MSG_USHER_SLEEP; - echo "$@"; } | socat -t10 tcp:127.0.0.1:23345 stdio + echo "$@"; + sleep 3; } | socat -t10 tcp:127.0.0.1:23345 stdio } serve() {