Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
freediameter
Commits
55bba814
Commit
55bba814
authored
Aug 16, 2010
by
Sebastien Decugis
Browse files
Increase timer for the test
parent
378161d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
freeDiameter/tests/testfifo.c
View file @
55bba814
...
...
@@ -211,7 +211,7 @@ int main(int argc, char *argv[])
/* Initialize the ts */
CHECK
(
0
,
clock_gettime
(
CLOCK_REALTIME
,
&
ts
));
ts
.
tv_sec
+=
2
;
/* Set the timeout to 2 second */
ts
.
tv_sec
+=
2
0
;
/* Set the timeout to 2
0
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 @@ int main(int argc, char *argv[])
/* 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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment