fix: reduced app size by a good margin

This commit is contained in:
2026-07-20 08:44:17 +02:00
parent 7ba2699b68
commit 269e4b0e4a
21 changed files with 494 additions and 96 deletions

View File

@@ -1599,7 +1599,7 @@ mod tests {
let engine = GitEngine::with_executable_and_timeouts(
dir.path(),
executable,
Duration::from_secs(1),
Duration::from_secs(5),
Duration::from_secs(1),
);