increase time for publish and resign
This commit is contained in:
parent
fe516b1ad2
commit
e65a00e622
|
@ -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 => []}}
|
||||||
|
|
Loading…
Reference in New Issue