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

Commit edace1ab authored by Yin-Chia Yeh's avatar Yin-Chia Yeh
Browse files

ImageWriter: increase timeout for BufDetachThread

To make the thread less busy.

Test: partner testing
Bug: 138352615
Change-Id: I1fe247ee33687bde450a819ace484653cf073a07
parent d820cc2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ private:
            Condition mCondition;
            std::deque<wp<Surface>> mQueue;

            static const nsecs_t kWaitDuration = 20000000; // 20 ms
            static const nsecs_t kWaitDuration = 500000000; // 500 ms
        };
        sp<DetachThread> mThread;