We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d68585 commit 5cf055fCopy full SHA for 5cf055f
dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Soap.php
@@ -42,6 +42,7 @@ public function __construct()
42
$objectManager = Bootstrap::getObjectManager();
43
$this->_soapConfig = $objectManager->get('Magento\Webapi\Model\Soap\Config');
44
$this->_converter = $objectManager->get('Magento\Framework\Api\SimpleDataObjectConverter');
45
+ ini_set('default_socket_timeout', 120);
46
}
47
48
/**
0 commit comments