Skip to content

Commit

Permalink
Increase tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bianchi2 authored Nov 13, 2023
1 parent 2ff9246 commit 70f4cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-with-domain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# boto3 ignores AWS creds env vars for some reason
mkdir -p ~/.aws
echo -e "[default]\naws_access_key_id = ${AWS_ACCESS_KEY_ID}\naws_secret_access_key = ${AWS_SECRET_ACCESS_KEY}\naws_session_token = ${AWS_SESSION_TOKEN}" > ~/.aws/credentials
go test ./e2etest -v -timeout 85m -run Installer | tee ./e2etest/artifacts/e2etest.log
go test ./e2etest -v -timeout 100m -run Installer | tee ./e2etest/artifacts/e2etest.log
- name: Upload test log files
if: always()
Expand Down

0 comments on commit 70f4cb4

Please sign in to comment.