From 653ab6121c01162d3e1c44b059b7abd4c8466177 Mon Sep 17 00:00:00 2001 From: Matej Ferencevic Date: Wed, 11 Jul 2018 12:48:02 +0200 Subject: [PATCH] Increase code coverage timeout Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1487 --- tools/apollo/apollo_runs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/apollo/apollo_runs.yaml b/tools/apollo/apollo_runs.yaml index e7a6f075f..50d6e84c0 100644 --- a/tools/apollo/apollo_runs.yaml +++ b/tools/apollo/apollo_runs.yaml @@ -13,7 +13,7 @@ - name: code_coverage type: data process require_runs: ^unit__.+ # regex to match all unit runs - commands: ./coverage_convert + commands: TIMEOUT=300 ./coverage_convert infiles: - coverage_convert # coverage_convert script - coverage_parse_export # coverage_parse_export script