Hoogle Search

Within LTS Haskell 23.17 (ghc-9.8.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. withTimeout :: forall (a :: [Type]) b c . Int -> TestDefM a b c -> TestDefM a b c

    sydtest Test.Syd

    Turn off timeouts

  2. withTimeout :: forall (a :: [Type]) b c . Int -> TestDefM a b c -> TestDefM a b c

    sydtest Test.Syd.Modify

    Turn off timeouts

  3. withTimeout :: Int -> GrisetteSMTConfig -> GrisetteSMTConfig

    grisette Grisette.Backend

    Set the timeout for the solver configuration. The timeout is in microseconds (1e-6 seconds). The timeout is applied to each individual solver query.

  4. withTimeout :: Int -> GrisetteSMTConfig -> GrisetteSMTConfig

    grisette Grisette.Internal.Backend.Solving

    Set the timeout for the solver configuration. The timeout is in microseconds (1e-6 seconds). The timeout is applied to each individual solver query.

  5. withTimeout :: Int -> Session a -> Session a

    lsp-test Language.LSP.Test

    Execute a block f that will throw a Timeout exception after duration seconds. This will override the global timeout for waiting for messages to arrive defined in SessionConfig.

  6. socketSendMessageWithTimeout :: (HasCallStack, MonadIO m, IsSocket a, IsSocketAddress b, IsCancellable c) => a -> Maybe b -> [OutputVector] -> Maybe [SocketControlMessage] -> Int32 -> Int64 -> Maybe c -> m (PollableReturn, CSize)

    gi-gio GI.Gio.Objects.Socket

    This behaves exactly the same as socketSendMessage, except that the choice of timeout behavior is determined by the timeoutUs argument rather than by socket's properties. On error PollableReturnFailed is returned and error is set accordingly, or if the socket is currently not writable PollableReturnWouldBlock is returned. bytesWritten will contain 0 in both cases. Since: 2.60

  7. waitUntilStatusCodeWithTimeout :: WaitConstraints m => (Int, Int, Int) -> Int -> VerifyCerts -> String -> m ()

    sandwich-contexts Test.Sandwich.Contexts.HttpWaits

    Same as waitUntilStatusCode, but with a customizable timeout in microseconds.

Page 1 of 1