From a7a86fd88cc858015a6bad9e1a39be0070a6e4ea Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 26 Oct 2014 15:51:55 +0000 Subject: [PATCH] Testsuite: extend timeout on troublesom test Testcase 0035 persistently fails with "status 99" on some buildfarm animals. Try extending the connect timeout used by the "client" utility to see if this helps. --- test/scripts/0000-Basic/0035 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/scripts/0000-Basic/0035 b/test/scripts/0000-Basic/0035 index 147c8e7e2..d0805bdee 100644 --- a/test/scripts/0000-Basic/0035 +++ b/test/scripts/0000-Basic/0035 @@ -3,7 +3,7 @@ need_ipv4 # exim -DSERVER=server -bd -oX PORT_D **** -client 127.0.0.1 PORT_D +client -t5 127.0.0.1 PORT_D ??? 220 ehlo rhu.barb ??? 250- @@ -61,7 +61,7 @@ killdaemon millisleep 500 exim -DSERVER=server -DSUBMISSION_OPTIONS=/domain=a.b.c/sender_retain -bd -oX PORT_D **** -client 127.0.0.1 PORT_D +client -t5 127.0.0.1 PORT_D ??? 220 ehlo rhu.barb ??? 250- @@ -86,7 +86,7 @@ killdaemon millisleep 500 exim -DSERVER=server -DSUBMISSION_OPTIONS=/domain=a.b.c/name=SomeName -bd -oX PORT_D **** -client 127.0.0.1 PORT_D +client -t5 127.0.0.1 PORT_D ??? 220 ehlo rhu.barb ??? 250- -- 2.30.2