summaryrefslogtreecommitdiff
path: root/js/codeq/prolog.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/prolog.js')
-rw-r--r--js/codeq/prolog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/prolog.js b/js/codeq/prolog.js
index 2c47bfb..64bc505 100644
--- a/js/codeq/prolog.js
+++ b/js/codeq/prolog.js
@@ -213,7 +213,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
jqBtnTest.on('click', function () {
// random timeout before returning results to the user, helps
// maintain the illusion
- var timeout = 500 + Math.random() * 1000;
+ var timeout = 250 + Math.random() * 500;
hinter.clear();
$(editor.getWrapperElement()).addClass('disabled');