ljlmike commited on
Commit
2b7099c
·
1 Parent(s): 54592d2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1019,7 +1019,7 @@ with gr.Blocks(
1019
  progress(0, desc="Please wait about 2 minutes. The Lean Finder service is starting up. Results will be displayed automatically once Lean Finder is ready.")
1020
 
1021
  start_time = time.time()
1022
- timeout_duration = 240
1023
  progress_phase1_duration = 120
1024
  last_progress_update = 0
1025
 
 
1019
  progress(0, desc="Please wait about 2 minutes. The Lean Finder service is starting up. Results will be displayed automatically once Lean Finder is ready.")
1020
 
1021
  start_time = time.time()
1022
+ timeout_duration = 300
1023
  progress_phase1_duration = 120
1024
  last_progress_update = 0
1025