blob: 6e1e1de57ff55954bc2cbdcb811c8d75ab9215aa [file] [log] [blame]
// Copyright 2018 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.
#ifndef PERIDOT_TESTS_QUEUE_PERSISTENCE_DEFS_H_
#define PERIDOT_TESTS_QUEUE_PERSISTENCE_DEFS_H_
namespace {
// This is how long we wait for the test to finish before we timeout and tear
// down our test.
constexpr int kTimeoutMilliseconds = 10000;
// Package URLs of the test components used here.
constexpr char kTestAgent[] =
"fuchsia-pkg://fuchsia.com/queue_persistence_test_agent#meta/"
"queue_persistence_test_agent.cmx";
} // namespace
#endif // PERIDOT_TESTS_QUEUE_PERSISTENCE_DEFS_H_