From 2c871f9ffa0d04a75664031b47ac6185cf88c40c Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 21 Jul 2025 11:49:03 +0200 Subject: [PATCH] Pick another host for unit tests heise.de seems too often run into to timeouts when doing this unit test. Thus it is being changed to web.de, hoping it works better. --- t/32_isHTML_valid.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/32_isHTML_valid.t b/t/32_isHTML_valid.t index 2f843f5..d276322 100755 --- a/t/32_isHTML_valid.t +++ b/t/32_isHTML_valid.t @@ -10,7 +10,7 @@ use Text::Diff; my $tests = 0; my $prg="./testssl.sh"; -my $uri="heise.de"; +my $uri="web.de"; my $out=""; my $html=""; my $debughtml="";