blob: 8f2b6a93e79c6c917120fb91fedd4207d37932b4 [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[] = "queue_persistence_test_agent";
} // namespace
#endif // PERIDOT_TESTS_QUEUE_PERSISTENCE_DEFS_H_