Skip to content

Commit

Permalink
set timer to every 6hr
Browse files Browse the repository at this point in the history
Fixes #76
  • Loading branch information
ph committed May 26, 2017
1 parent 4198500 commit 4add659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lita/handlers/jarvis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Jarvis < Handler
Travis.github_auth(config.github_token)

every(60*60) { review_search(robot) }
every(90*60) { travis_watchdog(robot) }
every(6*60*60) { travis,watchdog(robot) }
end

def travis_watchdog(robot)
Expand Down

0 comments on commit 4add659

Please sign in to comment.