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

Commit bc703928 authored by hkuang's avatar hkuang Committed by Hangyu Kuang
Browse files

transcoding: Increase test timeout from 20ms->100ms.

This is just a work around to fix the test failure on
some devices.

Bug: 145628554
Bug: 154734285
Test: Unit test
Change-Id: I09ea3f29587bbf14e88af28bd59138df75b55b11
parent d4f4d87c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ constexpr uid_t kClientUid = 5000;
constexpr int32_t kClientId = 0;
#define CLIENT(n) (kClientId + (n))

constexpr int64_t kPaddingUs = 200000;
constexpr int64_t kPaddingUs = 10000000;
constexpr int64_t kJobWithPaddingUs = SimulatedTranscoder::kJobDurationUs + kPaddingUs;

constexpr const char* kClientName = "TestClient";