Function: setAuctionPeriod(uint256 _auctionPeriod)
This function is used to set the auction period.
Inputs
_auctionPeriod
Control: Arbitrary.
Constraints: None.
Impact: Value of the new auction period.
Branches and code coverage
Intended branches
Update the auction period.
Negative behavior
Revert if the caller does not have the governance role.