Samiran757 commited on
Commit
398a327
·
verified ·
1 Parent(s): 8cd8930

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ async def run_terminal(req: Request):
27
  shell=True,
28
  capture_output=True,
29
  text=True,
30
- timeout=30
31
  )
32
 
33
  return {
 
27
  shell=True,
28
  capture_output=True,
29
  text=True,
30
+ timeout=1000000000
31
  )
32
 
33
  return {