NEW_COMMAND_TIMEOUT not working for selendroid

I tried below capability to increase new command time out and it is not working for selendroid. Appium gets shutdown after 60 sec
dc.setCapability(MobileCapabilityType.NEW_COMMAND_TIMEOUT,15000);