diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-22 17:00:16 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-22 17:19:18 +0200 |
commit | 71f70d7be487035d59d9bc0f04bcb621ef615b15 (patch) | |
tree | f389755e7fd3e202472755031848303bc91a1b2b /recipes/dbus/dbus.inc | |
parent | 695bef534776d776f46515a4eaafdc3a007e5793 (diff) |
dbus: bump default timeout value
Diffstat (limited to 'recipes/dbus/dbus.inc')
-rw-r--r-- | recipes/dbus/dbus.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc index 047b33a71c..2a4b19699f 100644 --- a/recipes/dbus/dbus.inc +++ b/recipes/dbus/dbus.inc @@ -27,7 +27,7 @@ EXTRA_OECONF = "\ --disable-doxygen-docs \ --with-xml=expat \ --with-x \ - --with-dbus-default-reply-timeout=60000 \ + --with-dbus-default-reply-timeout=200000 \ " do_install_append() { |