blob: bae8ff7730fd7e6fc87b6bc13224c812b57ac700 [file] [log] [blame]
// 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
)