Skip to content

Commit

Permalink
Remove timeout in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Nov 15, 2021
1 parent f46242c commit 3654d0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/ext-soap-transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
$engine = new SimpleEngine(
ExtSoapDriver::createFromClient(
$client = AbusedClient::createFromOptions(
ExtSoapOptions::defaults('http://www.dneonline.com/calculator.asmx?wsdl', [
'connection_timeout' => 0,
])
ExtSoapOptions::defaults('http://www.dneonline.com/calculator.asmx?wsdl', [])
->disableWsdlCache()
)
),
$transport = new TraceableTransport(
Expand Down

0 comments on commit 3654d0d

Please sign in to comment.