From ece20457ccf4307c45c78c444b86f3a915ad7405 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 13:51:44 +0000 Subject: automatic import of cyrus-imapd --- patch-cyrus-testsuite-timeout | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patch-cyrus-testsuite-timeout (limited to 'patch-cyrus-testsuite-timeout') diff --git a/patch-cyrus-testsuite-timeout b/patch-cyrus-testsuite-timeout new file mode 100644 index 0000000..6cff89f --- /dev/null +++ b/patch-cyrus-testsuite-timeout @@ -0,0 +1,13 @@ +diff --git a/cunit/unit.c b/cunit/unit.c +index 46dc358..ca37f22 100644 +--- a/cunit/unit.c ++++ b/cunit/unit.c +@@ -97,7 +97,7 @@ EXPORTED void fatal(const char *s, int code) + } + + /* Each test gets a maximum of 20 seconds. */ +-#define TEST_TIMEOUT_MS (20*1000) ++#define TEST_TIMEOUT_MS (300*1000) + + static jmp_buf jbuf; + static const char *code; -- cgit v1.2.3