neuralworm commited on
Commit
5506fbe
·
verified ·
1 Parent(s): c52408e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def execute_command(command):
38
  shell=True,
39
  capture_output=True,
40
  text=True,
41
- timeout=60 # Timeout von 60 Sekunden, um Endlos-Prozesse zu verhindern
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