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 ofISchedulerthat 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, useFakeScheduler.
[[["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-09-04 UTC."],[[["\u003cp\u003eThe content focuses on the \u003ccode\u003eGoogle.Api.Gax.Testing\u003c/code\u003e library within the .NET ecosystem, with version 4.10.0 as the latest available.\u003c/p\u003e\n"],["\u003cp\u003eThe library includes implementations of fake clocks and schedulers for testing purposes, such as \u003ccode\u003eFakeClock\u003c/code\u003e for managing time and \u003ccode\u003eFakeScheduler\u003c/code\u003e for managing task execution.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFakeScheduler\u003c/code\u003e may raise a \u003ccode\u003eSchedulerTimeoutException\u003c/code\u003e in cases of timeout within either simulated time or real-world time during testing.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNoOpScheduler\u003c/code\u003e is provided for scenarios where precise timing is not needed, as opposed to the more controlled \u003ccode\u003eFakeScheduler\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"]]],[],null,[]]