From 80c7891de7b6754a08d886895a110c2512c88e89 Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Thu, 29 Jun 2023 21:14:36 +0200 Subject: [PATCH] TEST-#6315: increase 'install_timeout' for ASV benchmarks: 600 -> 6000 sec (#6316) Signed-off-by: Anatoly Myachev --- asv_bench/asv.conf.dask.json | 2 +- asv_bench/asv.conf.hdk.json | 4 ++++ asv_bench/asv.conf.json | 2 +- asv_bench/asv.conf.unidist.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/asv_bench/asv.conf.dask.json b/asv_bench/asv.conf.dask.json index cc12302b149..30e44e14821 100644 --- a/asv_bench/asv.conf.dask.json +++ b/asv_bench/asv.conf.dask.json @@ -48,7 +48,7 @@ // timeout in seconds for installing any dependencies in environment // defaults to 10 min - //"install_timeout": 600, + "install_timeout": 6000, // the base URL to show a commit for the project. "show_commit_url": "https://github.com/modin-project/modin/commit/", diff --git a/asv_bench/asv.conf.hdk.json b/asv_bench/asv.conf.hdk.json index 7d8b947ced1..317becb9fc8 100644 --- a/asv_bench/asv.conf.hdk.json +++ b/asv_bench/asv.conf.hdk.json @@ -25,6 +25,10 @@ // variable. "environment_type": "conda", + // timeout in seconds for installing any dependencies in environment + // defaults to 10 min + "install_timeout": 6000, + // the base URL to show a commit for the project. "show_commit_url": "https://github.com/modin-project/modin/commit/", diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index fc7a3d99525..234004dbbb2 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -48,7 +48,7 @@ // timeout in seconds for installing any dependencies in environment // defaults to 10 min - //"install_timeout": 600, + "install_timeout": 6000, // the base URL to show a commit for the project. "show_commit_url": "https://github.com/modin-project/modin/commit/", diff --git a/asv_bench/asv.conf.unidist.json b/asv_bench/asv.conf.unidist.json index df011617ea3..b8e04c5bb1e 100644 --- a/asv_bench/asv.conf.unidist.json +++ b/asv_bench/asv.conf.unidist.json @@ -48,7 +48,7 @@ // timeout in seconds for installing any dependencies in environment // defaults to 10 min - //"install_timeout": 600, + "install_timeout": 6000, // the base URL to show a commit for the project. "show_commit_url": "https://github.com/modin-project/modin/commit/",