sleep more to see if this catches the race

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20152 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-02-03 07:30:54 +00:00
parent 87ac2821ac
commit 0b410c51d9

View File

@@ -117,6 +117,8 @@ echo "trying to contact server with client (using user2)"
KRB5CCNAME=$cache2 ${uu_client} localhost > messages.log 2>&1 || \
{ ec=1; eval "${testfailed}"; }
sleep 5
echo "checking if server got the right message"
cmp uuserver.log ${srcdir}/uuserver.txt || \
{ ec=1; eval "${testfailed}"; }