Skip to content

Commit

Permalink
Merge pull request GitoxideLabs#1606 from EliahKagan/fixture-timeout
Browse files Browse the repository at this point in the history
Double the fixture lock timeout
  • Loading branch information
Byron authored Sep 24, 2024
2 parents 612896d + 39323c3 commit 8c9e827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ fn scripted_fixture_read_only_with_args_inner(

let _marker = gix_lock::Marker::acquire_to_hold_resource(
script_basename,
gix_lock::acquire::Fail::AfterDurationWithBackoff(Duration::from_secs(3 * 60)),
gix_lock::acquire::Fail::AfterDurationWithBackoff(Duration::from_secs(6 * 60)),
None,
)?;
let failure_marker = script_result_directory.join("_invalid_state_due_to_script_failure_");
Expand Down

0 comments on commit 8c9e827

Please sign in to comment.