// Copyright 2015 The Vanadium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style | |
// license that can be found in the LICENSE file. | |
package servicetest | |
import ( | |
"time" | |
) | |
const ( | |
// TODO(caprita): Set the timeout in a more principled manner. | |
ExpectTimeout = 20 * time.Second | |
) |