package timeout
import "github.com/Microsoft/hcsshim/test/pkg/timeout"
Package provides functionality for timing out operations and waiting for deadlines.
Index ¶
Constants ¶
const ( // how long to wait for connections to be made ConnectTimeout = time.Second * 5 // how long to wait for an entire operation BenchmarkOperationTimeout = time.Second * 16 )
arbitrary timeouts
Source Files ¶
- Version
- v0.0.0-20250605171046-9b2e94f54499 (latest)
- Published
- Jun 5, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 4 hours ago –
Tools for package owners.