Skip to content

Commit

Permalink
TEST: increase timeout to 6 secs as the recv timeout is 5 secs
Browse files Browse the repository at this point in the history
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
  • Loading branch information
asalkeld committed Aug 29, 2012
1 parent ace73af commit 8820724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check_ipc.c
Expand Up @@ -953,7 +953,7 @@ make_soc_suite(void)

tc = tcase_create("ipc_exit_us");
tcase_add_test(tc, test_ipc_exit_us);
tcase_set_timeout(tc, 3);
tcase_set_timeout(tc, 6);
suite_add_tcase(s, tc);

tc = tcase_create("ipc_dispatch_us");
Expand Down

0 comments on commit 8820724

Please sign in to comment.