check/pipelines/stress.c: Make check a little more time consuming.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 18 Oct 2005 17:30:50 +0000 (17:30 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 18 Oct 2005 17:30:50 +0000 (17:30 +0000)
Original commit message from CVS:
* check/pipelines/stress.c: (GST_START_TEST):
Make check a little more time consuming.

ChangeLog
check/pipelines/stress.c
tests/check/pipelines/stress.c

index e7e6c57..e61da3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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:
        * check/pipelines/stress.c: (GST_START_TEST),
        (simple_launch_lines_suite), (main):
index eb0ade1..aff1f10 100644 (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);
index eb0ade1..aff1f10 100644 (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);