Skip to content

Commit

Permalink
increase override
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Sep 7, 2024
1 parent 927256b commit 2c31e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ int test_multithread(void)

test_mode = TEST_THREAD;

timeout_override = 20000;
timeout_override = 30000;

memset(threadv, 0, sizeof(threadv));

Expand Down Expand Up @@ -845,7 +845,7 @@ int test_multithread(void)
for (i=0; i<RE_ARRAY_SIZE(threadv); i++) {

if (threadv[i].err != 0) {
re_printf("%u failed: %-30s [%d] [%m]\n", i,
re_printf("%zu failed: %-30s [%d] [%m]\n", i,
threadv[i].test->name,
threadv[i].err, threadv[i].err);
err = threadv[i].err;
Expand Down

0 comments on commit 2c31e9e

Please sign in to comment.