From 19176daaf9cf4ef87159b6e94548ab463b3407a9 Mon Sep 17 00:00:00 2001 From: Enming Zhang Date: Sun, 5 Nov 2017 06:29:33 +0800 Subject: [PATCH] Fix a typos for lifecycle test case According to the commit 9204283def8e0bcfe14a57f0c87ed20735214f53, lc debug interval should be set to 10s. Signed-off-by: Enming Zhang --- s3tests/functional/test_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 915b9da..86996ef 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -7588,7 +7588,7 @@ def test_lifecycle_get_no_id(): assert False -# The test harnass for lifecycle is configured to treat days as 2 second intervals. +# The test harness for lifecycle is configured to treat days as 10 second intervals. @attr(resource='bucket') @attr(method='put') @attr(operation='test lifecycle expiration')