Jiri Simsa | d7616c9 | 2015-03-24 23:44:30 -0700 | [diff] [blame] | 1 | // 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 Wang | 5fc3644 | 2015-04-07 15:15:27 -0700 | [diff] [blame] | 5 | package servicetest |
Robert Kroeger | ebfb62a | 2014-12-10 14:42:09 -0800 | [diff] [blame] | 6 | |
7 | import ( | ||||
8 | "time" | ||||
9 | ) | ||||
10 | |||||
11 | const ( | ||||
12 | // TODO(caprita): Set the timeout in a more principled manner. | ||||
13 | ExpectTimeout = 20 * time.Second | ||||
14 | ) |