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

Commit 946f8773 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "GPU Memory: update unittest to reduce flakiness"

parents efcea5a8 49e3da76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ public:

    void SetUp() override {
        SKIP_IF_BPF_NOT_SUPPORTED;
        ASSERT_EQ(0, bpf::setrlimitForTest());
        bpf::setrlimitForTest();

        mGpuMem = std::make_unique<GpuMem>();
        mTestableGpuMem = TestableGpuMem(mGpuMem.get());