You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 2 windows jobs timeout (60min) more often than they don't these days. When they manage to complete, they take ~55min. I recall that they used to take "only" ~40min not so long ago.
The 2 macos jobs don't timeout but usually take ~50min while they used to take ~30min.
Even the linux jobs take more time than before.
The text was updated successfully, but these errors were encountered:
for reference, locally (linux, 4 cores) it runs in less than 17min, without xdist.
EDIT: locally it only runs ~25000 tests while it's ~90000 tests in the CI !
lesteve
changed the title
The azure CI timesout more and more often
The azure CI times out more and more often
Apr 22, 2022
if [[ "$SELECTED_TESTS"!="" ]]; thenTEST_CMD="$TEST_CMD -k $SELECTED_TESTS"# Override to make selected tests run on all random seedsexportSKLEARN_TESTS_GLOBAL_RANDOM_SEED="all"fi
the CI shows the -k in the pytest invocation command meaning we are entering the test
The 2 windows jobs timeout (60min) more often than they don't these days. When they manage to complete, they take ~55min. I recall that they used to take "only" ~40min not so long ago.
The 2 macos jobs don't timeout but usually take ~50min while they used to take ~30min.
Even the linux jobs take more time than before.
The text was updated successfully, but these errors were encountered: