Skip to content

Commit 1c8f8f0

Browse files
Daniel BorowskiDaniel Borowski
authored andcommitted
longer timeout
1 parent f8b7278 commit 1c8f8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func RunStdin(workDir, stdin string, args ...string) (string, string, error) {
3838
done <- cmd.Wait()
3939
}()
4040
select {
41-
case <-time.After(10 * time.Second):
41+
case <-time.After(20 * time.Second):
4242
err := cmd.Process.Kill()
4343
if err != nil {
4444
log.Println("2. failed to kill process\n", err.Error())

0 commit comments

Comments
 (0)