diff --git a/core/uploader.go b/core/uploader.go index 0394643..af5ba40 100644 --- a/core/uploader.go +++ b/core/uploader.go @@ -147,7 +147,7 @@ func extractThumb(session drivers.OSSession, filename string, segment []byte) er outFile, } - timeout, cancel := context.WithTimeout(context.Background(), 5*time.Second) + timeout, cancel := context.WithTimeout(context.Background(), 8*time.Second) defer cancel() cmd := exec.CommandContext(timeout, "ffmpeg", args...)