Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def execute_command(command):
|
|
38 |
shell=True,
|
39 |
capture_output=True,
|
40 |
text=True,
|
41 |
-
timeout=
|
42 |
)
|
43 |
|
44 |
# Kombiniere Standardausgabe und Standardfehler für die Anzeige
|
|
|
38 |
shell=True,
|
39 |
capture_output=True,
|
40 |
text=True,
|
41 |
+
timeout=600 # Timeout von 60 Sekunden, um Endlos-Prozesse zu verhindern
|
42 |
)
|
43 |
|
44 |
# Kombiniere Standardausgabe und Standardfehler für die Anzeige
|