Skip to content

Commit

Permalink
extending timeout to default (30s) will need to localize test data
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Dec 22, 2019
1 parent 43f648b commit 3799961
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/tests/types/methods/domain_resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ protected function fetchResource($format)
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_TIMEOUT => 10, // set low timeout to move things along...
]);
$res = curl_exec($ch);
$err = curl_error($ch);
Expand Down

0 comments on commit 3799961

Please sign in to comment.