mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
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:
parent
a4a5bfaa2f
commit
beba72d6db
2 changed files with 2 additions and 2 deletions
2
testdata/fwd_oneport.tdir/fwd_oneport.pre
vendored
2
testdata/fwd_oneport.tdir/fwd_oneport.pre
vendored
|
|
@ -28,4 +28,4 @@ echo "UNBOUND_PID=$UNBOUND_PID" >> .tpkg.var.test
|
||||||
cat .tpkg.var.test
|
cat .tpkg.var.test
|
||||||
wait_ldns_testns_up fwd.log
|
wait_ldns_testns_up fwd.log
|
||||||
wait_unbound_up unbound.log
|
wait_unbound_up unbound.log
|
||||||
|
sleep 2
|
||||||
|
|
|
||||||
2
testdata/fwd_oneport.tdir/fwd_oneport.test
vendored
2
testdata/fwd_oneport.tdir/fwd_oneport.test
vendored
|
|
@ -36,7 +36,7 @@ dig @localhost -p $UNBOUND_PORT www5.example.com. >outfile5 &
|
||||||
digpid5=$!
|
digpid5=$!
|
||||||
dig @localhost -p $UNBOUND_PORT www6.example.com. >outfile6 &
|
dig @localhost -p $UNBOUND_PORT www6.example.com. >outfile6 &
|
||||||
digpid6=$!
|
digpid6=$!
|
||||||
sleep 6
|
sleep 12
|
||||||
kill -9 $digpid1
|
kill -9 $digpid1
|
||||||
kill -9 $digpid2
|
kill -9 $digpid2
|
||||||
kill -9 $digpid3
|
kill -9 $digpid3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue