From 23a00d8dcabb90734a122fd2d15d29327f8812f7 Mon Sep 17 00:00:00 2001 From: dalyd Date: Wed, 1 Mar 2017 09:50:38 -0500 Subject: SERVER-28147: Increase timeout on sys-perf shard tests (cherry picked from commit e2d27510a270876a8b672171ce95c38b7c003199) --- etc/system_perf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 2065f7e40b0..25805648a86 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -476,6 +476,7 @@ tasks: depends_on: - name: compile variant: linux-standalone + exec_timeout_secs: 36000 # 10 hours commands: - func: "prepare environment" vars: @@ -497,6 +498,7 @@ tasks: depends_on: - name: compile variant: linux-standalone + exec_timeout_secs: 36000 # 10 hours commands: - func: "prepare environment" vars: -- cgit v1.2.1