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 39046e9 commit eea3988Copy full SHA for eea3988
tests/tools/src/lib.rs
@@ -124,7 +124,7 @@ pub fn scripted_fixture_repo_read_only_with_args(
124
125
let _marker = git_lock::Marker::acquire_to_hold_resource(
126
script_basename,
127
- git_lock::acquire::Fail::AfterDurationWithBackoff(Duration::from_secs(5)),
+ git_lock::acquire::Fail::AfterDurationWithBackoff(Duration::from_secs(if cfg!(windows) { 3 * 60 } else { 30 })),
128
None,
129
)?;
130
let failure_marker = script_result_directory.join("_invalid_state_due_to_script_failure_");
0 commit comments