Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
luzpaz
gstreamer
Commits
605ceb3e
Commit
605ceb3e
authored
Apr 12, 2005
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase timeout some more
Original commit message from CVS: Increase timeout some more
parent
9c38221c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
check/gst/gstdata.c
check/gst/gstdata.c
+1
-1
tests/check/gst/gstdata.c
tests/check/gst/gstdata.c
+1
-1
No files found.
check/gst/gstdata.c
View file @
605ceb3e
...
...
@@ -171,7 +171,7 @@ gst_data_suite (void)
TCase
*
tc_chain
=
tcase_create
(
"general"
);
/* turn off timeout */
tcase_set_timeout
(
tc_chain
,
2
0
);
tcase_set_timeout
(
tc_chain
,
6
0
);
suite_add_tcase
(
s
,
tc_chain
);
tcase_add_test
(
tc_chain
,
test_copy
);
...
...
tests/check/gst/gstdata.c
View file @
605ceb3e
...
...
@@ -171,7 +171,7 @@ gst_data_suite (void)
TCase
*
tc_chain
=
tcase_create
(
"general"
);
/* turn off timeout */
tcase_set_timeout
(
tc_chain
,
2
0
);
tcase_set_timeout
(
tc_chain
,
6
0
);
suite_add_tcase
(
s
,
tc_chain
);
tcase_add_test
(
tc_chain
,
test_copy
);
...
...
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