Skip to content

Commit

Permalink
ci: increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbabcock committed Dec 13, 2024
1 parent fc6f7c7 commit 54371c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -769,5 +769,5 @@ fn test_wait() -> anyhow::Result<()> {
.codec_video("gif")
.format("null")
.output("-");
wait_with_timeout(&mut command, 1000)
wait_with_timeout(&mut command, 5000)
}

0 comments on commit 54371c1

Please sign in to comment.