Increase codeception timeout to 180s

This commit is contained in:
Kijin Sung 2021-02-09 22:11:09 +09:00
parent 958c7a7ce0
commit 08f8e0ccd4

View file

@ -4,6 +4,8 @@ modules:
config:
PhpBrowser:
url: 'http://localhost:8000/'
curl:
CURLOPT_TIMEOUT: 180
DbDropTablesHelper:
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'travis'