Skip to content

Commit

Permalink
loosen time limit on processpool
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye committed Mar 26, 2024
1 parent 7fa4845 commit b680e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/typecheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main() -> int:
future_to_path[future] = pth

for future in concurrent.futures.as_completed(
future_to_path, timeout=30
future_to_path, timeout=60
):
pth = future_to_path[future]
try:
Expand Down

0 comments on commit b680e1a

Please sign in to comment.