We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64979e5 commit 4f8b5baCopy full SHA for 4f8b5ba
asyncgit/src/sync/hooks.rs
@@ -303,7 +303,7 @@ mod tests {
303
let root = repo.path().parent().unwrap();
304
305
let hook = b"#!/usr/bin/env sh
306
- sleep 0.21
+ sleep 0.250
307
";
308
309
git2_hooks::create_hook(
@@ -338,7 +338,7 @@ mod tests {
338
339
let res = hooks_pre_commit_with_timeout(
340
&root.to_str().unwrap().into(),
341
- Duration::from_millis(110),
+ Duration::from_millis(150),
342
)
343
.unwrap();
344
0 commit comments