Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22564/tests
Modified Files:
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.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** IMAP_test_server.pl 3 Dec 2007 08:56:13 -0000 1.6
--- IMAP_test_server.pl 14 Apr 2008 10:09:09 -0000 1.7
***************
*** 56,60 ****
# if nothing happens with in $idle_timeout seconds
# we call exit.
! my $idle_timeout = 6;
my @mailboxes = qw/INBOX spam personal other unclassified/;
--- 56,60 ----
# if nothing happens with in $idle_timeout seconds
# we call exit.
! my $idle_timeout = 60;
my @mailboxes = qw/INBOX spam personal other unclassified/;
|