spotlight: Increase promo timeout to 1s.

500s isn't seeming to cut it... :(
This commit is contained in:
Max Goodman
2013-10-17 16:46:50 -07:00
committed by Neil Williams
parent 142b80e806
commit 4eb7d56ed0

View File

@@ -53,7 +53,7 @@ r.spotlight.requestPromo = function() {
return $.ajax({
type: "POST",
url: '/api/request_promo',
timeout: 500,
timeout: 1000,
error: function() {
$('.organic-listing').hide()
},