# HG changeset patch # User Meredith Howard # Date 1433204023 25200 # Node ID 84c6fa7ebc056fbc4122085095fa667915753bba # Parent 4d168818b57326ab7370891cd6566c36b9e3ccdf only wait 5 sec to try updating tags diff --git a/.git_helpers/ctags b/.git_helpers/ctags --- 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']