More wait.

This commit is contained in:
Sébastien Lucas 2013-11-28 15:39:05 +01:00
parent ce8223116c
commit 3673716e89

View file

@ -107,7 +107,7 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase
return $text == $value;
};
sleep(3);
sleep(10);
$this->spinAssert("Home Title", $title_test, [ "COPS DEMO" ]);