Test: timing changes

This commit is contained in:
Olof hagsand 2024-10-26 13:48:59 +02:00
parent 582bf3feb1
commit 537df0756d
2 changed files with 2 additions and 2 deletions

View file

@ -166,7 +166,7 @@ new "Check entries"
expectpart "$(curl $CURLOPTS -X GET $RCPROTO://localhost/restconf/data/clixon-client:table -H 'Accept: application/yang-data+xml')" 0 "HTTP/$HVER 200" "$XML"
new "Run $app"
expectpart "$(sudo -g ${CLICON_GROUP} $app)" 0 '^42$'
expectpart "$(sudo $app)" 0 '^42$'
if [ $RC -ne 0 ]; then
new "Kill restconf daemon"