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

DM-34076: Improve timeout handling by MPGraphExecutor #174

Merged
merged 2 commits into from
Mar 17, 2022

Commits on Mar 16, 2022

  1. Update timeout logic to avoid race condition.

    Detect the case when a task manages to finish successfully before it
    gets killed due to timeout. This guarantees more consistent status in
    a quantum report.
    andy-slac committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    3769d20 View commit details
    Browse the repository at this point in the history
  2. Increase running time for timed out task in a unit test.

    Running time for timing-out task increased to 100 seconds, this should
    reduce the chance for it to finish successfully before timeout is
    detected by a parent.
    andy-slac committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    19f7295 View commit details
    Browse the repository at this point in the history