Skip to content
New issue

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

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

Already on GitHub? # to your account

Increase timeout for flakey GH tests #334

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KennyHuRadar
Copy link
Contributor

@KennyHuRadar KennyHuRadar commented Apr 30, 2024

The getContext seem to randomly timing out on github action.
image
image
This is likely an issue with github action because

  • This does not occur on circle CI
  • This does not occur on local testing
    As a sanity check, the SDK endpoint for getContext was called on waypoint with no noticeable issue.

@KennyHuRadar KennyHuRadar changed the title [CI experiment]comment out new tests [CI experiment] Investigating why a CI test is failing Apr 30, 2024
@KennyHuRadar KennyHuRadar changed the title [CI experiment] Investigating why a CI test is failing Increase timeout for flakey GH tests Apr 30, 2024
@KennyHuRadar KennyHuRadar marked this pull request as ready for review April 30, 2024 18:31
@@ -823,7 +823,7 @@ - (void)test_Radar_getContext_errorLocation {
[expectation fulfill];
}];

[self waitForExpectationsWithTimeout:60
[self waitForExpectationsWithTimeout:120
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the explanation for why we weren't seeing this before? Or were we?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

we were, they come sporadically after we upgraded the github action to simulate an iphone 15 pro

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants