Navigation


Changeset 494:6e9c1ea44262 in freeDiameter for freeDiameter/tests/testfifo.c


Ignore:
Timestamp:
Aug 16, 2010, 11:43:55 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Increase timer for the test

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.