REVERT LATER: power_Resume: allow an extra grace period for TPM issues

The TPM seems to be taking several seconds to suspend on some lab
systems. This allows us to avoid the SuspendWarning and collect data
anyway when this happens.

BUG=chromium:468809
TEST=run power_Resume, verify that it works

Change-Id: I4a61750fa329f9f8e79e00047aa98ebccc3be311
Reviewed-on: https://chromium-review.googlesource.com/263596
Reviewed-by: Julius Werner <jwerner@chromium.org>
Commit-Queue: Eric Caruso <ejcaruso@chromium.org>
Tested-by: Eric Caruso <ejcaruso@chromium.org>
diff --git a/client/cros/power_suspend.py b/client/cros/power_suspend.py
index 6da1649..7b5f812 100644
--- a/client/cros/power_suspend.py
+++ b/client/cros/power_suspend.py
@@ -67,6 +67,27 @@
         # Hard disk sync and overall just slow
         'parrot': 8,
         'kiev': 9,
+
+        # TODO: Remove when http://crbug.com/468809 is fixed.
+        'auron_paine': 5,
+        'auron_yuna': 5,
+        'candy': 5,
+        'clapper': 5,
+        'falco': 5,
+        'gnawty': 5,
+        'kip': 5,
+        'leon': 5,
+        'link': 5,
+        'mccloud': 5,
+        'monroe': 5,
+        'panther': 5,
+        'peppy': 5,
+        'quawks': 5,
+        'samus': 5,
+        'squawks': 5,
+        'winky': 5,
+        'wolf': 5,
+        'zako': 5,
     }
 
     # alarm/not_before value guaranteed to raise SpuriousWakeup in _hwclock_ts