mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
95e7b53402
Before the change it slept for 0.1 seconds and right after that asserted if `sort` has created the directory. Sometimes `sort` didn't manage to create the directory in 0.1 seconds. So the change is it tries to wait for `timeout` starting with 0.1 seconds, and if directory was not found, it tries 4 more times, each time increasing timeout twice. Once the directory is found it breaks. |
||
---|---|---|
.. | ||
benches/factor | ||
by-util | ||
common | ||
fixtures | ||
test_util_name.rs | ||
tests.rs |