They are two commands you can use to change the default vaules:
geth --minblocktime value (To set minimum block time)
geth --maxblocktime value (To set maximum block time)
Note: In the above command, "value" should be replaced by an integer which is the value of time in seconds.