You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
344 B
14 lines
344 B
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;
|