blob: 71fa66facd0be86363d3963fcaa9aa2834c78a96 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
use {
fuchsia_zircon::{Duration, DurationNum},
lazy_static::lazy_static,
};
lazy_static! {
pub static ref IQUERY_TIMEOUT: Duration = 5_i64.seconds();
}