Searched refs:gitTimeout (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/tests/regres/git/ |
D | git.go | 33 gitTimeout = time.Minute * 15 // timeout for a git operation const 61 if err := shell.Shell(gitTimeout, exe, wd, "add", file); err != nil { 83 return shell.Shell(gitTimeout, exe, wd, args...) 111 return shell.Shell(gitTimeout, exe, wd, args...) 126 if err := shell.Shell(gitTimeout, exe, path, cmds...); err != nil { 147 if err := shell.Shell(gitTimeout, exe, path, cmds...); err != nil { 158 return shell.Shell(gitTimeout, exe, path, "checkout", commit.String()) 163 return shell.Shell(gitTimeout, exe, dir, "apply", patch) 168 out, err := shell.Exec(gitTimeout, exe, "", nil, "ls-remote", url, ref) 193 …out, err := shell.Exec(gitTimeout, exe, "", nil, "log", at, "--pretty=format:"+prettyFormat, fmt.S… [all …]
|