shipra-99 commited on
Commit
f8b6a4b
·
verified ·
1 Parent(s): 95e55ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def process_audio(audio_file):
48
  stderr=subprocess.PIPE,
49
  text=True,
50
  cwd=os.getcwd(), # Ensure correct working directory
51
- timeout=600 # 10-minute timeout
52
  )
53
 
54
  # Log full command output
 
48
  stderr=subprocess.PIPE,
49
  text=True,
50
  cwd=os.getcwd(), # Ensure correct working directory
51
+ timeout=1800
52
  )
53
 
54
  # Log full command output