We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ed026 commit d1773feCopy full SHA for d1773fe
error.go
@@ -19,7 +19,7 @@ func IsErrExecTimeout(err error) bool {
19
}
20
21
func (err ErrExecTimeout) Error() string {
22
- return fmt.Sprintf("execution is timeout [duration: %v]", err.Duration)
+ return fmt.Sprintf("execution timeout [duration: %v]", err.Duration)
23
24
25
type ErrNotExist struct {
0 commit comments