Exception designed not to be caught by tests (which may deliberately expect a timeout of another kind, for example).
This exception indicates that the scheduler timed out either in simulated time (e.g. a busy loop with a condition
never being satisfied) or in wall time (e.g. user code was waiting for a task which was never going to complete, due
to a deadlock).
An implementation of IScheduler that doesn't actually delay. This is useful for tests
which aren't interested in precise timing, but just want to be able to use a scheduler.
For more fine-grained control, use FakeScheduler.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The content focuses on the `Google.Api.Gax.Testing` library within the .NET ecosystem, with version 4.10.0 as the latest available."],["The library includes implementations of fake clocks and schedulers for testing purposes, such as `FakeClock` for managing time and `FakeScheduler` for managing task execution."],["`FakeScheduler` may raise a `SchedulerTimeoutException` in cases of timeout within either simulated time or real-world time during testing."],["The `NoOpScheduler` is provided for scenarios where precise timing is not needed, as opposed to the more controlled `FakeScheduler`."],["The content provides documentation for multiple previous versions, ranging from version 3.2.0 to the latest version, 4.10.0, for the Google.Api.Gax library."]]],[]]