check/pipelines/stress.c: Make check a little more time consuming.

Original commit message from CVS:
* check/pipelines/stress.c: (GST_START_TEST):
Make check a little more time consuming.
This commit is contained in:
Wim Taymans 2005-10-18 17:30:50 +00:00
parent 1cef8c5b5a
commit 9d5814c2df
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-10-18 Wim Taymans <wim@fluendo.com>
* check/pipelines/stress.c: (GST_START_TEST):
Make check a little more time consuming.
2005-10-18 Wim Taymans <wim@fluendo.com>
* check/Makefile.am:

View file

@ -37,7 +37,7 @@ GST_START_TEST (test_stress)
gst_bin_add_many (GST_BIN (pipeline), fakesrc, fakesink, NULL);
gst_element_link (fakesrc, fakesink);
i = 10000;
i = 100;
while (i--) {
gst_element_set_state (pipeline, GST_STATE_PAUSED);
gst_element_set_state (pipeline, GST_STATE_PLAYING);

View file

@ -37,7 +37,7 @@ GST_START_TEST (test_stress)
gst_bin_add_many (GST_BIN (pipeline), fakesrc, fakesink, NULL);
gst_element_link (fakesrc, fakesink);
i = 10000;
i = 100;
while (i--) {
gst_element_set_state (pipeline, GST_STATE_PAUSED);
gst_element_set_state (pipeline, GST_STATE_PLAYING);