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

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

Merge "raise debuggerd_test timeout" into main

parents 7e32f6f9 2be4bede
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2236,7 +2236,7 @@ TEST(tombstoned, proto) {
  ASSERT_EQ(0, fstat(text_fd.get(), &text_st));

  // Give tombstoned some time to link the files into place.
  std::this_thread::sleep_for(100ms);
  std::this_thread::sleep_for(100ms * android::base::HwTimeoutMultiplier());

  // Find the tombstone.
  std::optional<std::string> tombstone_file;