feat: increase timeout to 900

This commit is contained in:
Ruben Fiszel
2023-05-10 19:08:18 +02:00
parent 490dbcd2fe
commit 7b2d7b9af7
2 changed files with 2 additions and 3 deletions
@@ -3,7 +3,7 @@ name: "python download pip"
mode: ONCE
hostname: "python"
log_level: ERROR
time_limit: 300
time_limit: 900
rlimit_as: 2048
rlimit_cpu: 1000
+1 -2
View File
@@ -146,8 +146,7 @@ pub struct Metrics {
pub worker_execution_failed: prometheus::IntCounter,
}
pub const DEFAULT_TIMEOUT: u64 = 300;
pub const DEFAULT_TIMEOUT: u64 = 900;
pub const DEFAULT_SLEEP_QUEUE: u64 = 50;
lazy_static::lazy_static! {