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

fix: Fix flakey test by extending timeout #1350

Merged
merged 4 commits into from
Oct 5, 2023

Commits on Oct 4, 2023

  1. fix: Fix flakey test by extending timeout

    Add timeout to the read syncronously test as it is blocking a few tests from being merged.
    danieljbruce committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    704fd0c View commit details
    Browse the repository at this point in the history
  2. Increase the timeout to unblock the CI pipeline

    Tests are failing for non-windows cases due to timeouts. Add this line of code for timeouts.
    danieljbruce committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    3ff989f View commit details
    Browse the repository at this point in the history
  3. run linter

    danieljbruce committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    be7e5c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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