Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump timeout for this test to 10 seconds to investigate flaky test #479

Closed
wants to merge 1 commit into from

Conversation

bentvelj
Copy link
Contributor

This sam cli test is timing out on windows occasionally: tests/end_to_end/test_runtimes_e2e.py::TestHelloWorldZipPackagePermissionsEndToEnd_0_go1_x

Description of changes:
Bumping the timeout as an investigation method to see if this changes the result

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…ests/end_to_end/test_runtimes_e2e.py::TestHelloWorldZipPackagePermissionsEndToEnd_0_go1_x)
@bentvelj bentvelj requested a review from a team as a code owner January 22, 2024 22:02
@bentvelj bentvelj requested review from mildaniel and jysheng123 and removed request for a team January 22, 2024 22:02
@github-actions github-actions bot added pr/external stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. labels Jan 22, 2024
@bentvelj bentvelj requested review from lucashuy and sidhujus and removed request for mildaniel and jysheng123 January 22, 2024 22:10
@@ -8,7 +8,7 @@ Description: >
# More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst
Globals:
Function:
Timeout: 5
Timeout: 10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know I had initially mentioned that this should be a relatively safe change, but should we consider duplicating this project on the SAM CLI side, and instead point sam init to that project using the --location flag?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we can do that. Better to minimize the impact

@bentvelj
Copy link
Contributor Author

Closing in favour of duplicating the project in SAM CLI and changing the template there

@bentvelj bentvelj closed this Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/external stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants