Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1965bb09 authored by Steven Moreland's avatar Steven Moreland
Browse files

RPC Binder: test larger transaction limit more

We raised the transaction limit, so test even
larger transactions.

Bug: 424526253
Bug: 424296972
Test: binderRpcTest
Flag: EXEMPT test
Change-Id: Id9105f18efb5234f6261931d64770f984fd8570f
parent 44169bbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -213,7 +213,7 @@ TEST_P(BinderRpc, SendLargeVector) {
    auto proc = createRpcTestSocketServerProcess({});
    auto proc = createRpcTestSocketServerProcess({});


    // see libbinder internal Constants.h
    // see libbinder internal Constants.h
    const size_t kLargeSize = 550 * 1024;
    const size_t kLargeSize = 15 * 1024 * 1024;
    const std::vector<uint8_t> kTestValue(kLargeSize / sizeof(uint8_t), 42);
    const std::vector<uint8_t> kTestValue(kLargeSize / sizeof(uint8_t), 42);


    std::vector<uint8_t> result;
    std::vector<uint8_t> result;