From 1798b12077b36c369d4f1870b7d294e3bc495a92 Mon Sep 17 00:00:00 2001 From: Xiangrui Meng Date: Wed, 4 Jul 2018 15:32:00 -0700 Subject: [PATCH] change large test timeout to 12 hours (#160) --- .../com/databricks/spark/sql/perf/mllib/config/mllib-large.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/com/databricks/spark/sql/perf/mllib/config/mllib-large.yaml b/src/main/resources/com/databricks/spark/sql/perf/mllib/config/mllib-large.yaml index 3c40539..381b824 100644 --- a/src/main/resources/com/databricks/spark/sql/perf/mllib/config/mllib-large.yaml +++ b/src/main/resources/com/databricks/spark/sql/perf/mllib/config/mllib-large.yaml @@ -1,5 +1,5 @@ output: /databricks/spark/sql/mllib-perf-ci -timeoutSeconds: 1000 # This limit is for all benchmarks and should be bumped as more are added. +timeoutSeconds: 43200 # This limit is for all benchmarks and should be bumped as more are added. common: numExamples: 1000000 numTestExamples: 1000000