change large test timeout to 12 hours (#160)

This commit is contained in:
Xiangrui Meng 2018-07-04 15:32:00 -07:00 committed by GitHub
parent 2895ae1139
commit 1798b12077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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