0

Shortened OnDeviceModelExecutionValidationStartupDelay to 5 seconds.

Since the model execution config loading can now be set to higher
priority, less delay is needed.

Bug: b:313716842,b:303679015
Change-Id: Ic97bcb4a6e0c5895c3bf87a3e8e5c81c5887f406
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5262497
Reviewed-by: Raj T <rajendrant@chromium.org>
Auto-Submit: Marco Georgaklis <mgeorgaklis@google.com>
Commit-Queue: Raj T <rajendrant@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1255859}
This commit is contained in:
Marco Georgaklis
2024-02-03 01:12:38 +00:00
committed by Chromium LUCI CQ
parent 01f76d5441
commit 82bfa12d2a

@ -31,7 +31,7 @@ constexpr base::TimeDelta kModelExecutionValidationStartupDelay =
// Delay at the startup before performing the model execution validation.
constexpr base::TimeDelta kOnDeviceModelExecutionValidationStartupDelay =
base::Seconds(12);
base::Seconds(5);
std::unique_ptr<optimization_guide::proto::ComposeRequest>
ParseComposeRequestFromFile(base::FilePath path) {