Skip to content

Commit

Permalink
smaller test size
Browse files Browse the repository at this point in the history
  • Loading branch information
miekg committed Aug 23, 2013
1 parent 69b4837 commit 93fe417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unbound_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func TestStress(t *testing.T) {
}
for i := 0; i < max; i++ {
go func() {
for i := 0; i < 1000; i++ {
for i := 0; i < 100; i++ {
d := domains[int(dns.Id()) % l]
r, err := u.Resolve(d, dns.TypeA, dns.ClassINET)
if err != nil {
Expand Down

0 comments on commit 93fe417

Please sign in to comment.