Restore a backup of the database to a different environment and run DBCC there. This is something that quite a few sites do. Not only to off-load the DBCC from the production machine, but it also serves to verify the backup.
It is worth mentioning that if DBCC takes longer time than usual, this is often a token of corruption, because DBCC performs a lot of extra action to analyse that corruption.