increase timeout

This commit is contained in:
Lucy Cifferello
2022-09-14 12:58:21 -06:00
parent 99c4777715
commit ff90f65b3c

View File

@@ -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