From 1f7fc3afcb2b10117f2b7a091586ba5df8dffa6a Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 16 Jun 2021 16:29:03 +0200 Subject: [PATCH] github actions: added sleep for internal restconf --- test/test_restconf_internal.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_restconf_internal.sh b/test/test_restconf_internal.sh index bbde6eeb..abb6fc97 100755 --- a/test/test_restconf_internal.sh +++ b/test/test_restconf_internal.sh @@ -454,6 +454,8 @@ expecteof "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO]]>]]>" "^]]>]]>$" +sleep $DEMSLEEP + new "18. check status RPC off" rpcstatus false stopped if [ $pid -ne 0 ]; then err "Pid" "$pid"; fi