Testsuite: increase retry time (for really slow test host)
[exim.git] / test / stdout / 4650
1 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
2 ??? 220
3 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> HELO testclient
5 ??? 250
6 <<< 250 myhost.test.ex Hello testclient [ip4.ip4.ip4.ip4]
7 >>> MAIL FROM:<a@example.com>
8 ??? 250
9 <<< 250 OK
10 >>> RCPT TO:<fred@test.ex>
11 ??? 250
12 <<< 250 Accepted
13 >>> DATA
14 ??? 3
15 <<< 354 Enter message, ending with "." on a line by itself
16 >>> Subject: test
17 >>> From: z@example.com
18 >>>
19 >>> body line
20 >>> .
21 ??? 250
22 <<< 250 OK id=10HmaX-0005vi-00
23 >>> QUIT
24 End of script