| Index: tools/battor_agent/battor_agent.cc
|
| diff --git a/tools/battor_agent/battor_agent.cc b/tools/battor_agent/battor_agent.cc
|
| index 53ed7685faefc709a83ae9eddef62e7e25ea4f41..05f478738abedc75a653580f6d15edc42bb5eceb 100644
|
| --- a/tools/battor_agent/battor_agent.cc
|
| +++ b/tools/battor_agent/battor_agent.cc
|
| @@ -28,7 +28,7 @@ const uint8_t kReadRetryDelayMilliseconds = 1;
|
|
|
| // The amount of time we need to wait after recording a clock sync marker in
|
| // order to ensure that the sample we synced to doesn't get thrown out.
|
| -const uint8_t kStopTracingClockSyncDelayMilliseconds = 50;
|
| +const uint8_t kStopTracingClockSyncDelayMilliseconds = 100;
|
|
|
| // Returns true if the specified vector of bytes decodes to a message that is an
|
| // ack for the specified control message type.
|
|
|