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

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

Merge "Merge "ImageWriter: increase timeout for BufDetachThread" into...

Merge "Merge "ImageWriter: increase timeout for BufDetachThread" into qt-qpr1-dev am: 997adc05" into qt-qpr1-dev-plus-aosp
am: bb9c4714

Change-Id: Ib54b48943ee016634a2542b52be47b8e7259ad05
parents be3c4f6e bb9c4714
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;