Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-08-21 11:29:30 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-08-21 11:29:30 +0300
commitb16a8269765fc219b0c76972474424160299e402 (patch)
tree4b96d1b0ea3a17eb103f72cf75a45636203f26a0 /Makefile
parent663b77be6c74242a21670bccc1ac3bd573d2498c (diff)
Use another IMAP docker image that allows more connections
Since CI builds of #326 failed and I could reproduce this locally, it turned out that running single tests or tests of a single directory was no problem. However, executing all tests at once led to failing IMAP connections. Apparently an increased number of allowed IMAP connections fixes the problem (locally). Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d40706233..6a3e92d96 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
-docker_image=christophwurst/owncloud-mail-test-docker
+docker_image=christophwurst/nextcloud-mail-test-docker
mail_user=user@domain.tld
mail_pwd=mypassword