From bfd110255a9a7b246bb96b200a3755a1faa74df2 Mon Sep 17 00:00:00 2001 From: Owen Melbourne Date: Thu, 12 Nov 2020 08:52:11 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Change=20-=20increased=20visual?= =?UTF-8?q?=20screenshot=20delay=20to=205=20seconds=20incase=20theres=20lo?= =?UTF-8?q?ading=20animations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Checkers/VisualDiff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Checkers/VisualDiff.php b/app/Checkers/VisualDiff.php index 2419367..b7f4c77 100644 --- a/app/Checkers/VisualDiff.php +++ b/app/Checkers/VisualDiff.php @@ -45,7 +45,7 @@ private function fetch() ->windowSize(1440, 1024) ->fullPage() ->waitUntilNetworkIdle() - ->setDelay(2000) + ->setDelay(5000) ->save( Storage::disk('screenshots')->path($filename) );