[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:26:51 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 041bc64aab1b477bacbf23594acada1503622c5b
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Mar 26 10:35:27 2010 +0200

    Increase timeout in unit test (bb #1899).

diff --git a/unit_tests/check_bytecode.c b/unit_tests/check_bytecode.c
index bf06a80..fdf44c0 100644
--- a/unit_tests/check_bytecode.c
+++ b/unit_tests/check_bytecode.c
@@ -83,7 +83,7 @@ static void runtest(const char *file, uint64_t expected, int fail, int nojit,
 
     ctx = cli_bytecode_context_alloc();
     /* small timeout, these bytecodes are fast! */
-    ctx->bytecode_timeout = 10;
+    ctx->bytecode_timeout = 100;
     fail_unless(!!ctx, "cli_bytecode_context_alloc failed");
 
     if (infile) {

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list