Skip to content

Commit

Permalink
Impose time limit for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Sep 5, 2023
1 parent 3f7fca8 commit e698c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ntd2d/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def main():
"--file", environment.as_posix()],
bufsize=1,
text=True,
timeout=300,
check=True)

# Actually NIST the Docs 2 Death
Expand Down

0 comments on commit e698c57

Please sign in to comment.