Skip to content

Commit

Permalink
Increase daml-assistant GRPC timeout (#16751)
Browse files Browse the repository at this point in the history
10s is definitively too short for the ledger to upload a "big" dar
especially when on load. We bump it to 60s following the one uses in
the scenario service.
  • Loading branch information
remyhaemmerle-da committed Apr 24, 2023
1 parent 7a17c19 commit 2f27f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daml-assistant/daml-helper/src/DA/Daml/Helper/Ledger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ defaultLedgerFlags :: LedgerApi -> LedgerFlags
defaultLedgerFlags api = LedgerFlags
{ fApi = api
, fSslConfigM = Nothing
, fTimeout = 10
, fTimeout = 60
, fHostM = Nothing
, fPortM = Nothing
, fTokFileM = Nothing
Expand Down

0 comments on commit 2f27f98

Please sign in to comment.