summaryrefslogtreecommitdiff
diff options
authorBrendan Donegan <brendan.donegan@canonical.com>2014-04-11 13:25:16 +0100
committerBrendan Donegan <brendan.donegan@canonical.com>2014-04-11 13:25:16 +0100
commitf7119f33dcdb71beac9e7a3464a17fbb574f1f63 (patch)
treefc2740c70eb388d2ecc4641724cfbc88f3a5e5a8
parent80005cc1fad14c6c08355e5f0b79dcabd8f04b7a (diff)
plainbox-provider-checkbox: Check resume took < 5 seconds
sleep-time-check should only fail if it took longer than 5 seconds, not 3 Signed-off-by: Brendan Donegan <brendan.donegan@canonical.com>
-rwxr-xr-xbin/sleep_time_check2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sleep_time_check b/bin/sleep_time_check
index 6c85c9f..a0f53bf 100755
--- a/bin/sleep_time_check
+++ b/bin/sleep_time_check
@@ -21,7 +21,7 @@ def main():
action='store',
dest='resume_threshold',
type=float,
- default=3.00,
+ default=5.00,
help=('The max time a system should have taken to '
'resume from a sleep state. (Default: '
'%(default)s)'))