# Description: Increase the helper timeout from 10 to 20 seconds. Some # CD-ROMs seem to be too slow to do all the detection in 10 seconds. # Ubuntu: https://launchpad.net/bugs/218834 --- ubuntu/hald/hald_runner.h 2008-03-17 22:25:18.000000000 +0100 +++ ubuntu.new/hald/hald_runner.h 2008-04-30 10:58:09.000000000 +0200 @@ -40,7 +40,7 @@ #define HALD_RUN_KILLED 0x4 /* Default sane timeout */ -#define HAL_HELPER_TIMEOUT 10000 +#define HAL_HELPER_TIMEOUT 20000 typedef void (*HalRunTerminatedCB) (HalDevice *d, guint32 exit_type, gint return_code, gchar **error,