blob: 85231128111c663f27dcbb86009a020df70c6e45 [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef HERMES_HERMES_CONSTANTS_H_
#define HERMES_HERMES_CONSTANTS_H_
namespace hermes {
constexpr auto kLpaRetryDelay = base::TimeDelta::FromSeconds(2);
} // namespace hermes
#endif // HERMES_HERMES_CONSTANTS_H_