Skip to content

Commit

Permalink
change timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Apr 21, 2016
1 parent c2b6b8e commit e4368d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/check-device-recent.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var fs = require('fs');

// How long to wait before declaring a device gone. We need this timeout
// here as well so that we can actually send an error to the sensu server.
var TIMEOUT_MILLSECONDS = 5*60*1000;
var TIMEOUT_MILLSECONDS = 10*60*1000;

// Which file to read in to get the recent timestamp information for
// each device.
Expand Down

0 comments on commit e4368d8

Please sign in to comment.