summaryrefslogtreecommitdiffstats
path: root/tests/icles
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-01 10:15:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-01 10:15:33 +0000
commite50a7b728bddaae077bac4a3e57a57612628dcc3 (patch)
tree61b9e8aa1b49d6b6c35d4240637df1614d200c1e /tests/icles
parent9334cc2d0200fcdee61a29f9e75c54cc9c31992d (diff)
5 second timeout
Original commit message from CVS: 5 second timeout
Diffstat (limited to 'tests/icles')
-rw-r--r--tests/icles/ximagesrc-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/icles/ximagesrc-test.c b/tests/icles/ximagesrc-test.c
index 34c7948f..471c36a3 100644
--- a/tests/icles/ximagesrc-test.c
+++ b/tests/icles/ximagesrc-test.c
@@ -54,8 +54,8 @@ main (int argc, char **argv)
gst_element_set_state (pipeline, GST_STATE_PLAYING);
- /* We want to get out after */
- g_timeout_add (500, (GSourceFunc) terminate_playback, pipeline);
+ /* We want to get out after 5 seconds */
+ g_timeout_add (5000, (GSourceFunc) terminate_playback, pipeline);
g_main_loop_run (loop);