• In this case, you have to wait until it completes, Cancelling the process colud trigger the rollback which may take even longer time.

    I wouldn't run dbcc check with repair option, instead, Run dbcc checkdb to find out whether database has integrity issues, If it does, the dbcc checkdb will tell you which objects are in trouble and you can fix them by running dbcc checktable with repair.