summaryrefslogtreecommitdiffstats
path: root/avahi-core/avahi-test.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-10 23:26:48 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-10 23:26:48 +0000
commit4e84c06f024cb079710af5bca7f7bc5c6674f076 (patch)
treec012ca3c11f3771a3781725af7b3947c012f71de /avahi-core/avahi-test.c
parentce170511234a040ea6f418b168beb3a6e51a1f2c (diff)
* build libavahi-common statically for debugging purposes
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@108 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/avahi-test.c')
-rw-r--r--avahi-core/avahi-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/avahi-test.c b/avahi-core/avahi-test.c
index 63c9f08..bd642e8 100644
--- a/avahi-core/avahi-test.c
+++ b/avahi-core/avahi-test.c
@@ -205,7 +205,7 @@ int main(int argc, char *argv[]) {
loop = g_main_loop_new(NULL, FALSE);
g_timeout_add(1000*5, dump_timeout, server);
- g_timeout_add(1000*30, quit_timeout, loop);
+ g_timeout_add(1000*60, quit_timeout, loop);
g_main_loop_run(loop);
g_main_loop_unref(loop);