diff options
| author | diogo464 <[email protected]> | 2025-06-10 13:45:01 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-06-10 13:45:01 +0100 |
| commit | fe24027d59224e012ed8b5f86525eac4afdf3272 (patch) | |
| tree | 98068734469de7bd2d6eb3c72334f4ff2531f43f | |
| parent | d73c1424b3e5714a6cb8c1a9b5198920c839f190 (diff) | |
increased execution timeout to 30m
| -rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -122,7 +122,7 @@ def generate_files(): | |||
| 122 | 122 | ||
| 123 | try: | 123 | try: |
| 124 | result = subprocess.run( | 124 | result = subprocess.run( |
| 125 | cmd, cwd=bonsai_dir, capture_output=True, text=True, timeout=15 * 60 | 125 | cmd, cwd=bonsai_dir, capture_output=True, text=True, timeout=30 * 60 |
| 126 | ) | 126 | ) |
| 127 | 127 | ||
| 128 | if result.returncode != 0: | 128 | if result.returncode != 0: |
