d76fc1
diff --git a/cunit/unit.c b/cunit/unit.c
d76fc1
index 46dc358..ca37f22 100644
d76fc1
--- a/cunit/unit.c
d76fc1
+++ b/cunit/unit.c
d76fc1
@@ -97,7 +97,7 @@ EXPORTED void fatal(const char *s, int code)
d76fc1
 }
d76fc1
 
d76fc1
 /* Each test gets a maximum of 20 seconds. */
d76fc1
-#define TEST_TIMEOUT_MS (20*1000)
d76fc1
+#define TEST_TIMEOUT_MS (30*1000)
d76fc1
 
d76fc1
 static jmp_buf jbuf;
d76fc1
 static const char *code;