Behat - Change waitVeryLongForThePageToBeLoaded

pull/4032/head
Julio 4 years ago
parent 65c6f48fda
commit 95fdb2de0b
  1. 2
      tests/behat/features/bootstrap/FeatureContext.php

@ -459,7 +459,7 @@ class FeatureContext extends MinkContext
public function waitVeryLongForThePageToBeLoaded()
{
//$this->getSession()->wait(10000, "document.readyState === 'complete'");
$this->getSession()->wait(8000);
$this->getSession()->wait(7000);
}
/**

Loading…
Cancel
Save