filapro commited on
Commit
494f90e
·
verified ·
1 Parent(s): bef21a6

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(7)
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(10)
147
 
148
  if process.is_alive():
149
  process.terminate()