• nextime's avatar
    Increase button selector timeout to 70 seconds · c8610caf
    nextime authored
    - Set explicit timeout of 70 seconds for button click operation
    - This is 10 seconds more than the 60-second final response timeout
    - Prevents button selector timeouts that were causing failures
    - Ensures button click waits long enough for slow-loading pages
    - Addresses user feedback about button selector timeout issues
    
    The timeout hierarchy is now:
    - Button click: 70 seconds
    - Final response detection: 60 seconds
    - Main JSON detection: 45 seconds
    - Container selector: 48 seconds
    c8610caf
olproxy.py 49.7 KB