blob: f0f44b0f874ad100745db4fadb8bca41dcb19fa0 [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_TRIGGER_DEFS_H_
#define PERIDOT_TESTS_TRIGGER_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[] = "trigger_test_agent";
const char kModuleUrl[] = "trigger_test_module";
} // namespace
#endif // PERIDOT_TESTS_TRIGGER_DEFS_H_