MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / Timeout

Method Timeout

utils/ssh_test.go:525–525  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

523
524func (e *customNetError) Error() string { return e.msg }
525func (e *customNetError) Timeout() bool { return e.timeout }
526func (e *customNetError) Temporary() bool { return e.temporary }
527
528func TestShouldRetryDial(t *testing.T) {

Callers 3

shouldRetryDialFunction · 0.80
IsNetworkErrorFunction · 0.80
isCancellationOrTimeoutFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected