diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index a16614478da4..39d7ff7a2dfc 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -1468,11 +1468,16 @@ pref("dom.max_script_run_time", 10); // Hang monitor timeout after which we kill the browser, in seconds // (0 is disabled) +// Temporarily disabled on mac due to bug 705154 +#ifdef XP_MACOSX +pref("hangmonitor.timeout", 0); +#else #ifndef DEBUG pref("hangmonitor.timeout", 30); #else pref("hangmonitor.timeout", 0); #endif +#endif #ifndef DEBUG // How long a plugin is allowed to process a synchronous IPC message