Skip to content

Commit

Permalink
Longer views timeout for raspberry Pi
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Jun 17, 2015
1 parent a0764e4 commit 8f458a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/views.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
*/

module.exports.views = {


// Raspberry Pi B/B+ are slower,
// longer timeout
_hookTimeout: 240000,

/****************************************************************************
* *
Expand Down

0 comments on commit 8f458a6

Please sign in to comment.