From 5b536d0424a470bd116fe2d393e44bdb2bc1ecad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20M?= Date: Tue, 25 Jun 2024 18:19:53 +0900 Subject: [PATCH] Update test_suite/package/test_awscli2.py --- test_suite/package/test_awscli2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_suite/package/test_awscli2.py b/test_suite/package/test_awscli2.py index 9b2bb8f8..ab6e3fc2 100644 --- a/test_suite/package/test_awscli2.py +++ b/test_suite/package/test_awscli2.py @@ -11,7 +11,7 @@ class TestsAwsCli2: @pytest.fixture(scope='module', autouse=True) def import_aws_credentials(self, host): # Generate temporary credentials for this test. - civ_local_command_to_run = 'aws sts get-session-token --duration-seconds 3600 --output json' + civ_local_command_to_run = 'aws sts get-session-token --duration-seconds 120 --output json' result = host.backend.run_local(civ_local_command_to_run) assert result.succeeded, \