Update app/streamlit_app.py
Browse filesIncreased model training timeout from 5 minutes to 30 minutes
- 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=
|
| 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 |
|