Katalon runtime engine error in linux ec2 machine

I was using Linux ec2 machine to run a Testsuite. It was throwing error in the middle of its execution.
The error is → [SEVERE]: Timed out receiving message from renderer: 600.000.
can you please suggest the solution to solve this error.
I was using this command to run the TestSuite:
./katalonc -noSplash -runMode=console -email="" -password="" -projectPath="/home/ec2-user/TestAutomationRepo/automation" -retry=0 -testSuitePath=“Test Suites/Basic Testing After Deployment” -executionProfile=“default” -browserType=“Chrome (headless)” --no-sandbox --window-size=1880,990 --disable-browser-side-navigation --headless --force-device-scale-factor=1 --disable-extensions --dns-prefetch-disable --disable-gpu --enable-automation --enable-features=NetworkService,NetworkServiceInProcess --disable-features=VizDisplayCompositor --disable-infobars --disable-application-cache --no-proxy-server --dns-prefetch-disable --always-authorize-plugins --disable-offline-load-stale-cache --disable-cache --disable-dev-shm-usage --enable-automation --disk-cache-size=0 --disable-popup-blocking --start-maximized - -apiKey="".
Thanks in advance