From 1ace4e4ed958926a0966e2f6425c7b441f182cd4 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 18 Sep 2014 14:16:00 +0100 Subject: [PATCH] Need a greater timeout here 40ms wasn't enough to begin filling the list and so would report back that there are no changes, when in fact, there are, just not shown yet --- lib/get-branch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/get-branch.php b/lib/get-branch.php index c2bf658..436fff4 100644 --- a/lib/get-branch.php +++ b/lib/get-branch.php @@ -297,7 +297,7 @@ if ($_SESSION['githubDiff']) { } else { top.ICEcoder.showHide('hide',top.get('loadingMask')); } - },40); + },100); },4); } else { // There was an error, display HTTP error code and response message