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

Commit c26bc5a8 authored by Yiwei Zhang's avatar Yiwei Zhang Committed by Automerger Merge Worker
Browse files

GPU Memory: update unittest to reduce flakiness am: 6f63ce04

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1472021

Change-Id: I510780cc75c08eee5133e1d8a2316f50c2d4b707
parents 2909b02c 6f63ce04
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());