filapro commited on
Commit
02332b1
1 Parent(s): b23beb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def py_string_to_mesh_file_safe(py_string, mesh_path):
143
  target=py_string_to_mesh_file,
144
  args=(py_string, mesh_path, queue))
145
  process.start()
146
- process.join(3)
147
 
148
  if process.is_alive():
149
  process.terminate()
 
143
  target=py_string_to_mesh_file,
144
  args=(py_string, mesh_path, queue))
145
  process.start()
146
+ process.join(5)
147
 
148
  if process.is_alive():
149
  process.terminate()