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.
This commit is contained in:
Dirk Wetter
2025-07-21 11:49:03 +02:00
parent a549acd86d
commit 2c871f9ffa

View File

@ -10,7 +10,7 @@ use Text::Diff;
my $tests = 0; my $tests = 0;
my $prg="./testssl.sh"; my $prg="./testssl.sh";
my $uri="heise.de"; my $uri="web.de";
my $out=""; my $out="";
my $html=""; my $html="";
my $debughtml=""; my $debughtml="";