[PATCH 1/2] acpi: s3: increase delays to match user scanerio and to reduce false non-firmware-related failures.

Alex Hung alex.hung at canonical.com
Mon Apr 29 07:31:15 UTC 2013


Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
 src/acpi/s3/s3.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/acpi/s3/s3.c b/src/acpi/s3/s3.c
index ae89423..f544f03 100644
--- a/src/acpi/s3/s3.c
+++ b/src/acpi/s3/s3.c
@@ -32,10 +32,10 @@
 #define PM_SUSPEND "pm-suspend"
 
 static int  s3_multiple = 1;		/* number of s3 multiple tests to run */
-static int  s3_min_delay = 0;		/* min time between resume and next suspend */
-static int  s3_max_delay = 30;		/* max time between resume and next suspend */
+static int  s3_min_delay = 60;		/* min time between resume and next suspend */
+static int  s3_max_delay = 90;		/* max time between resume and next suspend */
 static float s3_delay_delta = 0.5;	/* amount to add to delay between each S3 tests */
-static int  s3_sleep_delay = 30;	/* time between start of suspend and wakeup */
+static int  s3_sleep_delay = 60;	/* time between start of suspend and wakeup */
 static bool s3_device_check = false;	/* check for device config changes */
 static char *s3_quirks = NULL;		/* Quirks to be passed to pm-suspend */
 static int  s3_device_check_delay = 15;	/* Time to sleep after waking up and then running device check */
-- 
1.7.9.5




More information about the fwts-devel mailing list