From ff90f65b3c8fe3e88d99e98a5263cc774126b8f6 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Wed, 14 Sep 2022 12:58:21 -0600 Subject: [PATCH] increase timeout --- src/Application.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.hs b/src/Application.hs index 3f058d4..09fa363 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -378,7 +378,7 @@ makeAuthWare _ app req res = next -- | Warp settings for the given foundation value. warpSettings :: AppPort -> RegistryCtx -> Settings warpSettings port foundation = - setTimeout 60 $ + setTimeout 120 $ setPort (fromIntegral port) $ setHost (appHost $ appSettings foundation) $ setOnException