Skip to content

Instantly share code, notes, and snippets.

@ygerasimov
Created December 23, 2014 11:33
Show Gist options
  • Save ygerasimov/6fd45fab43671b8054d3 to your computer and use it in GitHub Desktop.
Save ygerasimov/6fd45fab43671b8054d3 to your computer and use it in GitHub Desktop.
Goutte configuration custom cUrl options
default:
suites:
default:
contexts:
- Drupal\DrupalExtension\Context\MinkContext
- FeatureContext
extensions:
Behat\MinkExtension:
base_url: http://mywebsite.com
goutte:
guzzle_parameters:
config:
curl:
CURLOPT_TIMEOUT: 300
CURLOPT_CONNECTTIMEOUT: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment