chore: increase wait for app to settle down on shutdown
This commit is contained in:
parent
0bfb6babf2
commit
10e77b9551
@ -509,7 +509,7 @@ shutdownApp app = do
|
|||||||
destroyAllResources $ appConnPool app
|
destroyAllResources $ appConnPool app
|
||||||
release . fst $ appLogger app
|
release . fst $ appLogger app
|
||||||
|
|
||||||
liftIO $ threadDelay 2e4
|
liftIO $ threadDelay 1e6
|
||||||
|
|
||||||
|
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user