Luigi commited on
Commit
71d28c5
·
1 Parent(s): 248f5a7

increase timeout to 5min

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ if user_input:
246
 
247
  # Poll the queue in the main thread for up to 5 seconds
248
  final_response = ""
249
- timeout = 120 # seconds
250
  start_time = time.time()
251
  while True:
252
  try:
 
246
 
247
  # Poll the queue in the main thread for up to 5 seconds
248
  final_response = ""
249
+ timeout = 300 # seconds
250
  start_time = time.time()
251
  while True:
252
  try: