~laney/libdbusmenu/libtool-and-gi

« back to all changes in this revision

Viewing changes to tests/test-glib-submenu-client.c

  • Committer: Tarmac
  • Author(s): Ted Gould
  • Date: 2013-09-09 22:52:49 UTC
  • mfrom: (456.1.3 arm-tests)
  • Revision ID: tarmac-20130909225249-9jhcvqojzggzjj9w
Extend timeouts for busy Jenkins ARM machines.

Approved by PS Jenkins bot, Charles Kerr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
        DbusmenuClient * client = dbusmenu_client_new("org.dbusmenu.test", "/org/test");
101
101
        g_signal_connect(G_OBJECT(client), DBUSMENU_CLIENT_SIGNAL_LAYOUT_UPDATED, G_CALLBACK(layout_updated), NULL);
102
102
 
103
 
        g_timeout_add_seconds(10, timer_func, client);
 
103
        g_timeout_add_seconds(60, timer_func, client);
104
104
 
105
105
        mainloop = g_main_loop_new(NULL, FALSE);
106
106
        g_main_loop_run(mainloop);