Ahmedik95316 commited on
Commit
14f23bd
·
verified ·
1 Parent(s): 64ff698

Update app/streamlit_app.py

Browse files

Increased model training timeout from 5 minutes to 30 minutes

Files changed (1) hide show
  1. app/streamlit_app.py +1 -1
app/streamlit_app.py CHANGED
@@ -1525,7 +1525,7 @@ def main():
1525
  "--data_path", str(custom_data_path)],
1526
  capture_output=True,
1527
  text=True,
1528
- timeout=300,
1529
  cwd=str(path_manager.base_paths['base'])
1530
  )
1531
 
 
1525
  "--data_path", str(custom_data_path)],
1526
  capture_output=True,
1527
  text=True,
1528
+ timeout=1800,
1529
  cwd=str(path_manager.base_paths['base'])
1530
  )
1531