diff --git a/lib/thirdparty/Transifex.class.php b/lib/thirdparty/Transifex.class.php index cf62356d..68bbb333 100644 --- a/lib/thirdparty/Transifex.class.php +++ b/lib/thirdparty/Transifex.class.php @@ -14,7 +14,7 @@ class Transifex return json_decode(CurlWithCache::get($url, [], [ 'password' => 'api:' . Config::get(Config::TRANSIFEX_API_KEY), 'cache' => $cache ? 1000 * 60 * 60 * 8 : false, - 'timeout' => 5 + 'timeout' => 15 ]), true); } }