Skip to content

Commit

Permalink
Update test_suite/package/test_awscli2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
narmaku committed Jun 26, 2024
1 parent 4179bac commit 5b536d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_suite/package/test_awscli2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit 5b536d0

Please sign in to comment.