[folks] test: bump the timeout for the Tracker favourite-updates test
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] test: bump the timeout for the Tracker favourite-updates test
- Date: Mon, 21 Oct 2013 23:45:34 +0000 (UTC)
commit 08eaf323c3045312296dce5145de44279c0057db
Author: Travis Reitter <travis reitter collabora co uk>
Date: Mon Oct 21 16:36:51 2013 -0700
test: bump the timeout for the Tracker favourite-updates test
This may be a little excessive but smaller amounts occasionally caused a
failure on timeout.
In theory, this shouldn't matter too much, since the test exits early once
conditions are satisfied.
tests/tracker/favourite-updates.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/tracker/favourite-updates.vala b/tests/tracker/favourite-updates.vala
index 656295e..1ebea76 100644
--- a/tests/tracker/favourite-updates.vala
+++ b/tests/tracker/favourite-updates.vala
@@ -75,7 +75,7 @@ public class FavouriteUpdatesTests : TrackerTest.TestCase
// this timer is slightly higher than usual because sleep
// to ensure a (usually delayed) INSERT event has happened
- TestUtils.loop_run_with_timeout (this._main_loop, 7);
+ TestUtils.loop_run_with_timeout (this._main_loop, 15);
assert (this._is_favourite_1 == true);
assert (this._is_favourite_2 == false);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]