Behat: Update timeout

pull/3844/head
Julio Montoya 4 years ago
parent 282556bdb4
commit 4dcdf91bc6
  1. 4
      tests/behat/features/bootstrap/FeatureContext.php

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

Loading…
Cancel
Save