# HG changeset patch
# User Dan Smith <danms(a)us.ibm.com>
# Date 1214941641 25200
# Node ID e41428ac70e85d4cecc5fd0738680fc11de5e775
# Parent 117ae7952d7264c64a3abbf236cf18758ae0200d
Reduce the non-CIM cycle timer from 3 minutes to 1 minute
Signed-off-by: Dan Smith <danms(a)us.ibm.com>
diff -r 117ae7952d72 -r e41428ac70e8 src/Virt_ComputerSystemIndication.c
--- a/src/Virt_ComputerSystemIndication.c Tue Jul 01 12:47:21 2008 -0700
+++ b/src/Virt_ComputerSystemIndication.c Tue Jul 01 12:47:21 2008 -0700
@@ -56,7 +56,7 @@
static pthread_mutex_t lifecycle_mutex = PTHREAD_MUTEX_INITIALIZER;
static bool lifecycle_enabled = 0;
-#define WAIT_TIME 180
+#define WAIT_TIME 60
#define FAIL_WAIT_TIME 2
struct dom_xml {