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