# HG changeset patch # User Sebastien Decugis # Date 1281926671 -32400 # Node ID 6e53be78d65826c5905ed213d9727416001ed7b3 # Parent 6e9c1ea44262ba27dce66d7512036cee7b1cd813# Parent d68f27e7e814bf61574498069aa8887174ca69fd Merged with downstream diff -r d68f27e7e814 -r 6e53be78d658 freeDiameter/tests/testfifo.c --- a/freeDiameter/tests/testfifo.c Fri Aug 13 17:23:39 2010 +0900 +++ b/freeDiameter/tests/testfifo.c Mon Aug 16 11:44:31 2010 +0900 @@ -211,7 +211,7 @@ /* Initialize the ts */ CHECK(0, clock_gettime(CLOCK_REALTIME, &ts)); - ts.tv_sec += 2; /* Set the timeout to 2 second */ + ts.tv_sec += 20; /* Set the timeout to 20 second */ /* Create the messages */ CHECK( 0, fd_dict_search ( fd_g_config->cnf_dict, DICT_COMMAND, CMD_BY_NAME, "Device-Watchdog-Request", &dwr_model, ENOENT ) ); @@ -281,7 +281,7 @@ /* Initialize the ts */ CHECK(0, clock_gettime(CLOCK_REALTIME, &ts)); - ts.tv_sec += 2; /* Set the timeout to 2 second */ + ts.tv_sec += 10; /* Set the timeout to 10 second */ /* Initialize the test data structures */ td.queue = queue;