summaryrefslogtreecommitdiffstats
path: root/nixos/tests
diff options
context:
space:
mode:
authorBas van Dijk <bas@van.dijk.ch>2021-11-08 21:35:29 +0000
committerBas van Dijk <bas@van.dijk.ch>2021-11-08 21:35:29 +0000
commitb0a18479993fc7d504f96c5d00cdcca586f6c044 (patch)
tree30b2725021ee77602ca461ff0eab9c935b30dc96 /nixos/tests
parente204d34b94e2e6a4ee124e796f75feca6145e717 (diff)
nixos/tests/tinydns.nix: test a few more queries
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/tinydns.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/tinydns.nix b/nixos/tests/tinydns.nix
index 3e3b682f2b91..124508bc004b 100644
--- a/nixos/tests/tinydns.nix
+++ b/nixos/tests/tinydns.nix
@@ -31,7 +31,7 @@ import ./make-test-python.nix ({ lib, ...} : {
# it fails on the 10th iteration.
nameserver.succeed(
"""
- for i in {1..15}; do
+ for i in {1..100}; do
host bla.foo.bar 192.168.1.1 | grep '1\.2\.3\.4'
done
"""