You cannot change the LongClick timing however you can implement your own "long click" event by handling the touch event.
You can use CallSubPlus for this. Call a sub after x milliseconds when the action is DOWN. Store the current action in a global variable. When the sub runs check whether the action is still DOWN or MOVE.