From 3673716e89370eaf31d473f677fbb3f80aba3f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 28 Nov 2013 15:39:05 +0100 Subject: [PATCH] More wait. --- test/Sauce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Sauce.php b/test/Sauce.php index 9518a39..254303f 100644 --- a/test/Sauce.php +++ b/test/Sauce.php @@ -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" ]);