Increase timeout in unit test (bb #1899).

0.96
Török Edvin 15 years ago
parent df0c1b1761
commit 041bc64aab
  1. 2
      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) {

Loading…
Cancel
Save