adjust test, for timer too slow for old machines.

git-svn-id: file:///svn/unbound/trunk@4712 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2018-06-05 08:09:00 +00:00
parent a4a5bfaa2f
commit beba72d6db
2 changed files with 2 additions and 2 deletions

View File

@ -28,4 +28,4 @@ echo "UNBOUND_PID=$UNBOUND_PID" >> .tpkg.var.test
cat .tpkg.var.test
wait_ldns_testns_up fwd.log
wait_unbound_up unbound.log
sleep 2

View File

@ -36,7 +36,7 @@ dig @localhost -p $UNBOUND_PORT www5.example.com. >outfile5 &
digpid5=$!
dig @localhost -p $UNBOUND_PORT www6.example.com. >outfile6 &
digpid6=$!
sleep 6
sleep 12
kill -9 $digpid1
kill -9 $digpid2
kill -9 $digpid3