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

Commit 1051ee0b authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "HIDL multithreaded: increase timeout duration" into main am: 43d4e6fd

parents 215fe5f5 43d4e6fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ struct Multithread : public IMultithread {
    std::condition_variable mCv;
    std::mutex mCvMutex;

    static constexpr auto kTimeoutDuration = 100ms;
    static constexpr auto kTimeoutDuration = 1000ms;
};

extern "C" IMultithread* HIDL_FETCH_IMultithread(const char* name);