aboutsummaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 4d167a0..f8078c1 100644
--- a/app.py
+++ b/app.py
@@ -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: