algolia / search-bundle

Seamless integration of Algolia Search into your Symfony project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests: timeout in CI on 300 seconds

nunomaduro opened this issue · comments

Currently, on the CI, when tests take more the 300 seconds, the symfony process will fail saying that the process toke more than 300 seconds.

Solution: pass an argument to PHPUnit specifying a bigger timeout.