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

Commit e719eba1 authored by Yin-Chia Yeh's avatar Yin-Chia Yeh Committed by android-build-merger
Browse files

Merge "ImageWriter: increase timeout for BufDetachThread" into qt-qpr1-dev

am: 997adc05

Change-Id: I234d5ef6594227fa62a36230cf572cc369633ef1
parents 93a29a17 997adc05
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;