# HG changeset patch # User Sebastien Decugis # Date 1281926635 -32400 # Node ID 6e9c1ea44262ba27dce66d7512036cee7b1cd813 # Parent 2577514b254608d0df5b879fabc5a0b34dbbecb4 Increase timer for the test diff -r 2577514b2546 -r 6e9c1ea44262 freeDiameter/tests/testfifo.c --- a/freeDiameter/tests/testfifo.c Thu Aug 12 15:57:52 2010 +0900 +++ b/freeDiameter/tests/testfifo.c Mon Aug 16 11:43:55 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;