diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:15:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:15:50 +0000 |
commit | 1bb6cd3e44793f984a185599a1b67bec1746c9cb (patch) | |
tree | 40335c0662c5a1759dddb4cd77dec610d4a48459 /patch-cyrus-testsuite-timeout | |
parent | 8b4f6660a4ef8974e8d1cb34f6ba34b66598d9f8 (diff) |
automatic import of cyrus-imapdopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'patch-cyrus-testsuite-timeout')
-rw-r--r-- | patch-cyrus-testsuite-timeout | 13 |
1 files changed, 13 insertions, 0 deletions
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; |