assertRpcEventuallyOk<T, E extends BaseError>(runtimeOrWaitFor: TrellisTestWaitForSource,expected?: TrellisTestDeepPartial<T>,options?: TrellisTestAssertRpcEventuallyOkOptions): Promise<T>
Polls a Trellis RPC-style call until it returns Ok and optional expected output matches.
This helper is for eventual-consistency assertions such as projections that may
briefly return Err or stale Ok data. It does not change assertRpcOk(...),
which remains an immediate assertion on one RPC result.
runtimeOrWaitFor: TrellisTestWaitForSource
optional
expected: TrellisTestDeepPartial<T>
optional
options: TrellisTestAssertRpcEventuallyOkOptions
Promise<T>