only wait 5 sec to try updating tags

Mon, 01 Jun 2015 17:13:43 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 01 Jun 2015 17:13:43 -0700
changeset 187
84c6fa7ebc05
parent 186
4d168818b573
child 188
ae4cf35b50ab

only wait 5 sec to try updating tags

.git_helpers/ctags file | annotate | diff | comparison | revisions
--- a/.git_helpers/ctags
+++ b/.git_helpers/ctags
@@ -20,7 +20,7 @@ tmp    = "#{dir}/#{$$}.tags"
 
 opts   = File.exists?(conf) ? "--options=#{conf}" : ''
 
-sleep 10 if ENV['CTAGS_HOOK']
+sleep 5 if ENV['CTAGS_HOOK']
 
 open( target, File::RDONLY|File::CREAT, 0644 ) do |f|
   if ENV['CTAGS_HOOK']

mercurial