You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
@DimitarTodorov, @zbranzov, decreasing from --timeout 140000 to --timeout 60000 is not a good idea a and will make the tests very flaky.
Usually there could be few steps that could slow down tests and have nothing to do with the test.
For example when we are trying to start/ restart Appium server it will take a lot of time or for some reason the device should be started/restarted. This will reflect to the test execution time taking a few minutes. Running tests in parallel also slows down the execution time.
If some of the test is failing because some element is not visible, sometime it takes a lot of execution time as well and at the end because of one test failure you will not have the result of the rest of the rest of tests and e.t.c.
Also adding a new test will require to change execution time each time.
The good part here is that this will not take an effect of the CI execution but still you are not familiar with the test and trying to execute test and we need to start device and etc it will be very frustrating.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist