Getting this error "took more than 10 minutes since last output" on circle ci

How do I override timeout set in circle ci to be more than 10 minutes ?

Check out this doc for overriding the timeout: https://circleci.com/docs/configuration/#modifiers

However, if your tests are not outputting anything for over 10 minutes this may mean that they are stuck.