Increasing timeout up to 1 min helped me:
spring: mvc: async: request-timeout: 60000
Note: Value -1 does not work for disabling timeout for spring-boot 3.4.1 !!!
-1