Navigation


Changes in / [493:d68f27e7e814:495:6e53be78d658] in freeDiameter


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/tests/testfifo.c

    r10 r494  
    212212                /* Initialize the ts */
    213213                CHECK(0, clock_gettime(CLOCK_REALTIME, &ts));
    214                 ts.tv_sec += 2; /* Set the timeout to 2 second */
     214                ts.tv_sec += 20; /* Set the timeout to 20 second */
    215215               
    216216                /* Create the messages */
     
    282282                /* Initialize the ts */
    283283                CHECK(0, clock_gettime(CLOCK_REALTIME, &ts));
    284                 ts.tv_sec += 2; /* Set the timeout to 2 second */
     284                ts.tv_sec += 10; /* Set the timeout to 10 second */
    285285               
    286286                /* Initialize the test data structures */
Note: See TracChangeset for help on using the changeset viewer.