increase time for publish and resign

This commit is contained in:
Vokhmin Alexey V 2013-01-23 18:47:59 +04:00
parent fe516b1ad2
commit e65a00e622
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ module AbfWorker
}, },
:type => :resign, :type => :resign,
:skip_feedback => true, :skip_feedback => true,
:time_living => 2400 # 40 min :time_living => 9600 # 160 min
}] }]
) )
end end
@ -186,7 +186,7 @@ module AbfWorker
:id => bl.save_to_repository.id :id => bl.save_to_repository.id
}, },
:type => :publish, :type => :publish,
:time_living => 2400 # 40 min :time_living => 9600 # 160 min
} }
packages = {:sources => [], :binaries => {:x86_64 => [], :i586 => []}} packages = {:sources => [], :binaries => {:x86_64 => [], :i586 => []}}