diff --git a/api/tests/Vfs/SharingBase.php b/api/tests/Vfs/SharingBase.php index 6e50b1d41a..ee63c729ff 100644 --- a/api/tests/Vfs/SharingBase.php +++ b/api/tests/Vfs/SharingBase.php @@ -559,6 +559,7 @@ class SharingBase extends LoggedInTest $curl = curl_init($link); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true); + curl_setopt($curl, CURLOPT_TIMEOUT, 3); $cookie = ''; if($GLOBALS['egw']->session->sessionid || $share['share_with']) {