From: Manni H. <man...@us...> - 2008-04-14 10:09:41
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22591/tests Modified Files: Tag: b0_22_2 IMAP_test_server.pl Log Message: The IMAP test server now uses a higher time-out value so the IMAP tests will run on systems that seem to be a bit slower. Index: IMAP_test_server.pl =================================================================== RCS file: /cvsroot/popfile/engine/tests/IMAP_test_server.pl,v retrieving revision 1.2.4.2 retrieving revision 1.2.4.3 diff -C2 -d -r1.2.4.2 -r1.2.4.3 *** IMAP_test_server.pl 11 Nov 2007 16:42:54 -0000 1.2.4.2 --- IMAP_test_server.pl 14 Apr 2008 10:09:43 -0000 1.2.4.3 *************** *** 55,59 **** # if nothing happens with in $idle_timeout seconds # we call exit. ! my $idle_timeout = 6; my @mailboxes = qw/INBOX spam personal other unclassified/; --- 55,59 ---- # if nothing happens with in $idle_timeout seconds # we call exit. ! my $idle_timeout = 60; my @mailboxes = qw/INBOX spam personal other unclassified/; |