blob: b5ac529eb9b3c44560e87ca645f72fa2ddef8222 [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_PARENT_CHILD_DEFS_H_
#define PERIDOT_TESTS_PARENT_CHILD_DEFS_H_
namespace {
constexpr char kChildModuleName[] = "child";
// Package URLs of the test components used here.
constexpr char kChildModuleUrl[] = "parent_child_test_child_module";
constexpr int kTimeoutMilliseconds = 5000;
} // namespace
#endif // PERIDOT_TESTS_PARENT_CHILD_DEFS_H_