Increase timeouts in test_asyncprocess::test_simple#6992
Conversation
|
ubu 310 failure due to a conda network problem |
|
cc @dask/gpu gpuCI is failing for some reason. I doubt this is connected to this PR. Details don't show any info so maybe this can be ignored |
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 15 files ± 0 15 suites ±0 6h 32m 33s ⏱️ + 13m 33s Results for commit 891556a. ± Comparison against base commit acf6078. |
|
Looks like a hiccup, it seems it didn't even start. |
|
rerun tests |
|
gpuCI is green now. @fjetter if this happens again in the future, I think you also have permission to do rerun gpuCI by commenting the same as I did in #6992 (comment) (purposely avoiding to say that sentence here again to avoid it running once more). |
sure, will do |
This test flaked over in #6991
The functionality appeared to be OK but the process join took ~6 seconds which tripped the
assert dt <= 1.0. I simply increased all timeouts a bit