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

Extend stress timeouts for merged tests #68523

Merged
merged 2 commits into from
Apr 26, 2022

Commits on Apr 25, 2022

  1. Extend stress timeouts for merged tests

    As we're intentionally running larger merged tests in-proc to reduce
    runtime overhead, we've become prone to hitting various infra
    timeouts. As part of the switchover I extended the default test
    timeout from 15 to 30 minutes; I hovewer overlooked the fact that
    the run.py script manually overrides this value for GC stress and
    other special test build / execution flavors. This change doubles
    all these timeouts to cater for the larger merged test apps.
    
    Thanks
    
    Tomas
    trylek committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    67acae8 View commit details
    Browse the repository at this point in the history
  2. Address JanV's PR feedback

    trylek committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e565d07 View commit details
    Browse the repository at this point in the history