Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump ffmpeg thumbnail timeout #44

Merged
merged 1 commit into from
Nov 14, 2023
Merged

bump ffmpeg thumbnail timeout #44

merged 1 commit into from
Nov 14, 2023

Conversation

mjh1
Copy link
Contributor

@mjh1 mjh1 commented Nov 14, 2023

No description provided.

Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Merging #44 (5eaee80) into main (151df89) will not change coverage.
The diff coverage is 0.00000%.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##                main         #44   +/-   ##
=============================================
  Coverage   16.14907%   16.14907%           
=============================================
  Files              2           2           
  Lines            161         161           
=============================================
  Hits              26          26           
  Misses           126         126           
  Partials           9           9           
Files Coverage Δ
core/uploader.go 20.80000% <0.00000%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 151df89...5eaee80. Read the comment docs.

Files Coverage Δ
core/uploader.go 20.80000% <0.00000%> (ø)

@mjh1 mjh1 merged commit 7e5e1fe into main Nov 14, 2023
10 checks passed
@mjh1 mjh1 deleted the mh/bump-timeout branch November 14, 2023 09:37
@@ -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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of bytes.Buffer we might need to use cmd.StdoutPipe() and cmd.StderrPipe() https://stackoverflow.com/questions/35994907/go-combining-cmd-stdoutpipe-and-cmd-stderrpipe instead

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or cmd.CombinedOutput()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants