tests: Use only 1 IMAP connection by default

We don't want to hammmer IMAP servers for the test series too much
to avoid being locked out. We will need a few tests to test
concurrent connections, but by default one connection should be fine.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2012-02-17 13:22:05 +01:00
parent aa01fe754a
commit 40bc1f50e7
1 changed files with 2 additions and 0 deletions

View File

@ -33,5 +33,7 @@ localfolders =
[Repository IMAP]
type=IMAP
# Don't hammer the server with too many connection attempts:
maxconnections=1
folderfilter= lambda f: f.startswith('INBOX.OLItest')
""")