Skip to content

Commit

Permalink
test(time): increased time limit for stats to account for heroku goin…
Browse files Browse the repository at this point in the history
…g to sleep
  • Loading branch information
bahmutov committed Dec 4, 2015
1 parent d6424c9 commit 8cdeaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/stats.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gt.module 'stats'
Q = require 'q'
stats = require '../stats'

timeout = 15000
timeout = 35000

gt.async 'get stats', ->
gt.func stats.getSuccessStats
Expand Down

0 comments on commit 8cdeaf2

Please sign in to comment.