← Back to team overview

ayatana-commits team mailing list archive

[Branch ~dbusmenu-team/dbusmenu/trunk] Rev 148: Increasing timer for ARM to get a build.

 

------------------------------------------------------------
revno: 148
committer: Ted Gould <ted@xxxxxxxx>
branch nick: trunk
timestamp: Thu 2010-08-12 16:25:40 -0500
message:
  Increasing timer for ARM to get a build.
modified:
  tests/test-glib-properties-client.c


--
lp:dbusmenu
https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk

Your team ayatana-commits is subscribed to branch lp:dbusmenu.
To unsubscribe from this branch go to https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk/+edit-subscription
=== modified file 'tests/test-glib-properties-client.c'
--- tests/test-glib-properties-client.c	2010-02-05 18:10:47 +0000
+++ tests/test-glib-properties-client.c	2010-08-12 21:25:40 +0000
@@ -121,7 +121,7 @@
 layout_updated (DbusmenuClient * client, gpointer data)
 {
 	g_debug("Layout Updated");
-	g_timeout_add (250, layout_verify_timer, client);
+	g_timeout_add (500, layout_verify_timer, client);
 	return;
 }