Skip to content

Commit 5cf055f

Browse files
author
Cari Spruiell
committed
MAGETWO-39700: Api tests in L1 plan randomly failed
- increase timeout for server response
1 parent 0d68585 commit 5cf055f

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter

1 file changed

+1
-0
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Soap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public function __construct()
4242
$objectManager = Bootstrap::getObjectManager();
4343
$this->_soapConfig = $objectManager->get('Magento\Webapi\Model\Soap\Config');
4444
$this->_converter = $objectManager->get('Magento\Framework\Api\SimpleDataObjectConverter');
45+
ini_set('default_socket_timeout', 120);
4546
}
4647

4748
/**

0 commit comments

Comments
 (0)