Update how stitching is called in Windows
This commit is contained in:
parent
00a0301e0c
commit
ec29a1999f
2 changed files with 10 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue