aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-properties-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-12 16:25:40 -0500
committerTed Gould <ted@gould.cx>2010-08-12 16:25:40 -0500
commit466fa0fc57ab1bec842a158f549387e141464221 (patch)
treeaeba0519df881e8f1e6d3219d7091a59b4081192 /tests/test-glib-properties-client.c
parent8985df16ddfd5cae82236b076131b69fb8d12803 (diff)
downloadlibdbusmenu-466fa0fc57ab1bec842a158f549387e141464221.tar.gz
libdbusmenu-466fa0fc57ab1bec842a158f549387e141464221.tar.bz2
libdbusmenu-466fa0fc57ab1bec842a158f549387e141464221.zip
Increasing timer for ARM to get a build.
Diffstat (limited to 'tests/test-glib-properties-client.c')
-rw-r--r--tests/test-glib-properties-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-properties-client.c b/tests/test-glib-properties-client.c
index 434465a..ae7b80b 100644
--- a/tests/test-glib-properties-client.c
+++ b/tests/test-glib-properties-client.c
@@ -121,7 +121,7 @@ static void
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;
}