Skip to content

Commit

Permalink
Double the size of the LOB, just to be sure
Browse files Browse the repository at this point in the history
  • Loading branch information
kim committed Jan 22, 2019
1 parent e659978 commit 691a941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-remote-ipfs/test/e2e/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ simpleHistory =

lobHistory :: ReaderT LgRepo IO (Commit LgRepo)
lobHistory = do
blob <- createBlob . BlobString =<< liftIO (getEntropy 2048000)
blob <- createBlob . BlobString =<< liftIO (getEntropy 4096000)
tree <- createTree $ putBlob "binarylargeobject" blob
sig' <- mkSig <$> liftIO getZonedTime
createCommit [] tree sig' sig' "A large bunch of bytes" (Just "HEAD")
Expand Down

0 comments on commit 691a941

Please sign in to comment.