How to extend timeout for tests in circleci?

Viewed 5892

Im running some tests in circleci and some of the tests are taking longer then 10 min cause its ui tests that run on a headless browser that Im installing in my circle.yml

How can I extend the time of the timeout?

thanks

3 Answers
Related