Skip to content

Commit

Permalink
default timeout increased
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco committed Dec 29, 2016
1 parent 9715765 commit 5e85325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BreinifyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
});
attributes.add('AJAX_TIMEOUT', {
name: 'timeout',
defaultValue: 1000,
defaultValue: 4000,
validate: function (value) {
return $.isNumeric(value);
}
Expand Down

0 comments on commit 5e85325

Please sign in to comment.