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

Commit fa522a96 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Revert "libbinder_ndk_unit_test: shutdown wait time to 20s"

This reverts commit 48abe6a8.

Reason for revert: not the issue, see b/285202885

Change-Id: I876e73d3ff06dc657d91f7944bc0b81079e67700
parent 48abe6a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ constexpr char kForcePersistNdkUnitTestService[] = "ForcePersistNdkUnitTestServi
constexpr char kActiveServicesNdkUnitTestService[] = "ActiveServicesNdkUnitTestService";
constexpr char kBinderNdkUnitTestServiceFlagged[] = "BinderNdkUnitTestFlagged";

constexpr unsigned int kShutdownWaitTime = 20;
constexpr unsigned int kShutdownWaitTime = 11;
constexpr uint64_t kContextTestValue = 0xb4e42fb4d9a1d715;

class MyTestFoo : public IFoo {