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

Allow specifying the timeout for runTest #3603

Merged
merged 11 commits into from
Feb 21, 2023
Merged

Commits on Jan 27, 2023

  1. Allow specifying the timeout for runTest

    Deprecate `dispatchTimeoutMs`, as this is a confusing
    implementation detail that made it to the final API.
    
    We use the fact that the `runTest(Duration)` overload was never
    published, so we can reuse it to have the `Duration` mean the
    whole-test timeout in a backward-compatible manner.
    dkhalanskyjb committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    780860f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. ~

    dkhalanskyjb committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    38620ff View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Add tests, fix problems

    dkhalanskyjb committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    99a8b7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2853b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Fixes for the review

    dkhalanskyjb committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    3531ebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4417a41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    579ab0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fd86bb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    38f3bab View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    4fe30ec View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. ~

    dkhalanskyjb committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c516eee View commit details
    Browse the repository at this point in the history