Skip to content

Commit 2c871f9

Browse files
committed
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.
1 parent a549acd commit 2c871f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/32_isHTML_valid.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Text::Diff;
1010

1111
my $tests = 0;
1212
my $prg="./testssl.sh";
13-
my $uri="heise.de";
13+
my $uri="web.de";
1414
my $out="";
1515
my $html="";
1616
my $debughtml="";

0 commit comments

Comments
 (0)