Comment 12 for bug 353115

Revision history for this message
Jack (ubuntu-chrisjs) wrote :

Actually, not an issue with my (Dell Inspiron 1525) laptop. When running suspend_test, I noticed that when running cat /proc/driver/rtc, the alarm time was set to four hours in the future, which would be the time in GMT (I'm on the US East Coast, GMT-4). Modifying the time variable in setup_wakeup_timer() in the suspend_test script to subtract four hours (time=`date '+%s' -d "+ $timeout seconds - 4 hours"`) caused all tests to pass successfully, without needing to manually resume.