Skip to content

Commit

Permalink
test: increase multithread timeout to 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Feb 27, 2023
1 parent 309b13a commit 6bc0ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ int test_multithread(void)

test_mode = TEST_THREAD;

timeout_override = 15000;
timeout_override = 20000;

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

Expand Down

0 comments on commit 6bc0ad0

Please sign in to comment.