File patch-cyrus-testsuite-timeout of Package cyrus-imapd-3

14
 
1
diff --git a/cunit/unit.c b/cunit/unit.c
2
index 46dc358..ca37f22 100644
3
--- a/cunit/unit.c
4
+++ b/cunit/unit.c
5
@@ -97,7 +97,7 @@ EXPORTED void fatal(const char *s, int code)
6
 }
7
 
8
 /* Each test gets a maximum of 20 seconds. */
9
-#define TEST_TIMEOUT_MS (20*1000)
10
+#define TEST_TIMEOUT_MS (300*1000)
11
 
12
 static jmp_buf jbuf;
13
 static const char *code;
14