Update how stitching is called in Windows

This commit is contained in:
Julian Stirling 2025-12-24 17:05:10 +00:00
parent 00a0301e0c
commit ec29a1999f
2 changed files with 10 additions and 2 deletions

View file

@ -235,6 +235,7 @@ class StitchingTestThing(lt.Thing):
"""Run the final stitcher."""
stitcher = FinalStitcher(FAKE_DIR, logger=self.logger)
# Send in the argument HANG to mock-stitch and it just hang for 10s
stitcher._extra_args = ["HANG"]
stitcher.run()