Skip to content

Commit

Permalink
Bump default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Apr 12, 2014
1 parent 44d146a commit 2fa29b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicada/cicada.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def pump():

for listener in job.get('listen', []):
if listener.run(now, events):
job = jobq.enqueue(poll, projectname, jobname)
job = jobq.enqueue(poll, projectname, jobname, timeout=60*60)
break

def poll(projectname, jobname):
Expand Down

0 comments on commit 2fa29b6

Please sign in to comment.