diff options
author | Ted Gould <ted@gould.cx> | 2010-08-12 16:25:40 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-12 16:25:40 -0500 |
commit | 466fa0fc57ab1bec842a158f549387e141464221 (patch) | |
tree | aeba0519df881e8f1e6d3219d7091a59b4081192 | |
parent | 8985df16ddfd5cae82236b076131b69fb8d12803 (diff) | |
download | libdbusmenu-466fa0fc57ab1bec842a158f549387e141464221.tar.gz libdbusmenu-466fa0fc57ab1bec842a158f549387e141464221.tar.bz2 libdbusmenu-466fa0fc57ab1bec842a158f549387e141464221.zip |
Increasing timer for ARM to get a build.
-rw-r--r-- | tests/test-glib-properties-client.c | 2 |
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; } |