diff --git a/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php b/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php index 1a51467089..99f1bcb864 100644 --- a/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php +++ b/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php @@ -99,6 +99,7 @@ abstract class PhabricatorLiskDAO extends LiskDAO { 'port' => $conf->getPort(), 'database' => $database, 'retries' => 3, + 'timeout' => 10, ), )); }