How to deactivate 50.000ms start timer?

How can i deactivate that, if an app needs more than 50.000ms to startup, that it automaticly returns an Error, because i want to start 512 3k pgraphics at once, and the programm does not lag, if i do it while its running. Arys

Use a non blocking approach for loading your images on startup by a separate thread.

Cheers
— mnse