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 latest version of the Google.Api.Gax library is 4.10.0, with previous versions 4.8.0, 4.4.0, 4.3.1, 4.2.0, 4.0.0, and 3.2.0 also documented.\u003c/p\u003e\n"],["\u003cp\u003eThe library includes a \u003ccode\u003eFakeClock\u003c/code\u003e class for manually setting and incrementing time, which is an implementation of \u003ccode\u003eIClock\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFakeScheduler\u003c/code\u003e is provided as a test class for the \u003ccode\u003eIScheduler\u003c/code\u003e interface and is designed to work with \u003ccode\u003eFakeClock\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNoOpScheduler\u003c/code\u003e is a test class implementing \u003ccode\u003eIScheduler\u003c/code\u003e that does not introduce any delays and is intended for tests where precise timing is not crucial.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFakeScheduler.SchedulerTimeoutException\u003c/code\u003e is an exception that is meant to be unhandled by tests, indicating a scheduler timeout due to either simulated time or wall time.\u003c/p\u003e\n"]]],[],null,[]]