We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687c899 commit 63acc53Copy full SHA for 63acc53
asyncgit/src/sync/hooks.rs
@@ -253,7 +253,7 @@ mod tests {
253
let root = repo.path().parent().unwrap();
254
255
let hook = b"#!/usr/bin/env sh
256
- sleep 0.21
+ sleep 0.250
257
";
258
259
git2_hooks::create_hook(
@@ -288,7 +288,7 @@ mod tests {
288
289
let res = hooks_pre_commit_with_timeout(
290
&root.to_str().unwrap().into(),
291
- Duration::from_millis(110),
+ Duration::from_millis(150),
292
)
293
.unwrap();
294
0 commit comments