You can try setting omitFiltered to true, using eg.
omitFiltered
$ npx cypress run --browser chrome --env 'TAGS=@quicktest,omitFiltered=true'
If you can provide a reproducible example, then I might be able to investigate the reason for the slow countdown.