blob: bae8ff7730fd7e6fc87b6bc13224c812b57ac700 [file] [log] [blame]
Jiri Simsad7616c92015-03-24 23:44:30 -07001// Copyright 2015 The Vanadium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Todd Wang5fc36442015-04-07 15:15:27 -07005package servicetest
Robert Kroegerebfb62a2014-12-10 14:42:09 -08006
7import (
8 "time"
9)
10
11const (
12 // TODO(caprita): Set the timeout in a more principled manner.
13 ExpectTimeout = 20 * time.Second
14)