Skip to content

Commit ef3e06f

Browse files
committed
Tweak chairman tests
1 parent 01f5f4b commit ef3e06f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: cardano-testnet/src/Testnet/Byron.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ testnet testnetOptions H.Conf {..} = do
218218
, "--shutdown-ipc", "0"
219219
-- UTxO-HD configurations
220220
, "--lmdb-ledger-db-backend"
221-
, "--lmdb-mapsize", "2Gi"
221+
, "--lmdb-mapsize", "2"
222222
] <&>
223223
( \cp -> cp
224224
{ IO.std_in = IO.CreatePipe

Diff for: cardano-testnet/src/Testnet/Cardano.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ testnet testnetOptions H.Conf {..} = do
767767
, "--signing-key", tempAbsPath </> node </> "byron/delegate.key"
768768
-- UTxO-HD configurations
769769
, "--lmdb-ledger-db-backend"
770-
, "--lmdb-mapsize", "2Gi"
770+
, "--lmdb-mapsize", "2"
771771
] <> extraNodeCliArgs nodeOpts) <&>
772772
( \cp -> cp
773773
{ IO.std_in = IO.CreatePipe

Diff for: cardano-testnet/src/Testnet/Shelley.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ testnet testnetOptions H.Conf {..} = do
437437
, "--socket-path", IO.sprocketArgumentName sprocket
438438
-- UTxO-HD configurations
439439
, "--lmdb-ledger-db-backend"
440-
, "--lmdb-mapsize", "2Gi"
440+
, "--lmdb-mapsize", "2"
441441
] <&>
442442
( \cp -> cp
443443
{ IO.std_in = IO.CreatePipe

0 commit comments

Comments
 (0)