timeout_spec     1219 lib/pengine/pe_actions.c     const char *timeout_spec = NULL;
timeout_spec     1235 lib/pengine/pe_actions.c             timeout_spec = crm_element_value(child, XML_ATTR_TIMEOUT);
timeout_spec     1240 lib/pengine/pe_actions.c     if (timeout_spec == NULL && data_set->op_defaults) {
timeout_spec     1244 lib/pengine/pe_actions.c         timeout_spec = g_hash_table_lookup(action_meta, XML_ATTR_TIMEOUT);
timeout_spec     1250 lib/pengine/pe_actions.c     timeout_ms = crm_get_msec(timeout_spec);