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

Increase apps/ integration test timeouts #43539

Merged
merged 3 commits into from
Nov 16, 2021

Conversation

maddiedierker
Copy link
Contributor

@maddiedierker maddiedierker commented Nov 11, 2021

This test is flaky because it occasionally doesn't finish executing the level before the timeout. This has been happening more frequently lately, so increasing the timeout while *Labs discusses what we're going to do with the tests in integration/ in general. This test and others have been flaky since they written (see history in previous location of apps/test/solutions), and they are all built on a custom test harness that isn't maintained and nobody really understands anymore.

Links

@maddiedierker maddiedierker changed the title Reduce turtle test execution Increase turtle/4_10 test timeout Nov 11, 2021
@maddiedierker maddiedierker requested a review from a team November 11, 2021 21:02
@@ -6,7 +6,7 @@ module.exports = {
levelId: '4_11',
tests: [
{
description: 'Top Solve: Repeat 9 times, right 80',
description: 'Top Solve: Repeat 2x, right 80',
Copy link
Contributor

Choose a reason for hiding this comment

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

What does changing this do?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nothing, i just noticed it was out of date -- we changed the code from a 9x repeat to a 2x repeat so i updated this to match

@maddiedierker maddiedierker changed the title Increase turtle/4_10 test timeout Increase apps/ integration test timeouts Nov 15, 2021
@maddiedierker maddiedierker merged commit 2be38ce into staging Nov 16, 2021
@maddiedierker maddiedierker deleted the reduce-turtle-test-execution branch November 16, 2021 00:49
snickell pushed a commit that referenced this pull request Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants