diff options
| author | Ted Gould <ted@gould.cx> | 2013-06-24 22:33:38 +0000 |
|---|---|---|
| committer | Tarmac <Unknown> | 2013-06-24 22:33:38 +0000 |
| commit | fce8e9972902240ec36c78f7594fc4f284dfdd11 (patch) | |
| tree | dabd081ce54c945c8ee6dd2a35a006c30187bd97 /tests/test-glib-proxy-server.c | |
| parent | 5aa2eee768cbd128dcf52df26a09196b7f1266cf (diff) | |
| parent | 02af0640883e3540cb4c80c2720711f649b4650f (diff) | |
| download | libdbusmenu-fce8e9972902240ec36c78f7594fc4f284dfdd11.tar.gz libdbusmenu-fce8e9972902240ec36c78f7594fc4f284dfdd11.tar.bz2 libdbusmenu-fce8e9972902240ec36c78f7594fc4f284dfdd11.zip | |
Increase test timeouts to ensure proper results on slower platforms (ARM).
Approved by PS Jenkins bot.
Diffstat (limited to 'tests/test-glib-proxy-server.c')
| -rw-r--r-- | tests/test-glib-proxy-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-proxy-server.c b/tests/test-glib-proxy-server.c index 6823cec..70ffd08 100644 --- a/tests/test-glib-proxy-server.c +++ b/tests/test-glib-proxy-server.c @@ -95,7 +95,7 @@ layout_change (DbusmenuMenuitem * oldroot, guint timestamp, gpointer data) if (death_timer != 0) { g_source_remove(death_timer); } - death_timer = g_timeout_add_seconds(4, timer_func, data); + death_timer = g_timeout_add_seconds(10, timer_func, data); return; } |
