Skip to content

Commit

Permalink
TEST-#6315: increase 'install_timeout' for ASV benchmarks: 600 -> 600…
Browse files Browse the repository at this point in the history
…0 sec (#6316)

Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev authored Jun 29, 2023
1 parent 6fd39cb commit 80c7891
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asv_bench/asv.conf.dask.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
4 changes: 4 additions & 0 deletions asv_bench/asv.conf.hdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",

Expand Down
2 changes: 1 addition & 1 deletion asv_bench/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion asv_bench/asv.conf.unidist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 80c7891

Please sign in to comment.