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

Commit 2be4bede authored by Steven Moreland's avatar Steven Moreland
Browse files

raise debuggerd_test timeout

Possible solution for b/317286869.

Test: N/A
Change-Id: I93743d596d5b8d7c867253d1aafc709453995fed
parent 26cb9dbf
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;