i have an actor and it start scraping data and after certain amnount of time it throws me this error 2024-04-16T13:57:58.665Z ACTOR: The Actor run has reached the timeout of 600 seconds, aborting it. You can increase the timeout in Settings > Run options.
you cannot set milliseconds, only seconds. If you set 600 then the error is right it says the Run reached 600 seconds so it will ends with timeout. Put 3600 for 1 hour, 7200 for two hours etc.