5993bbcc06
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/cyrus-imapd#79a1bb4589ce3ebd85ad9ee1ea6256b11b79707c
14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
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 (30*1000)
|
|
|
|
static jmp_buf jbuf;
|
|
static const char *code;
|