File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -654,12 +654,12 @@ Several keyword arguments are also supported:
654654## Behavior
655655
656656- Automatically discovers all `.jl` files in the test directory (excluding `runtests.jl`)
657- - Sorts tests by file size (largest first) for load balancing
657+ - Sorts test files by runtime (longest-running are started first) for load balancing
658658- Launches worker processes with appropriate Julia flags for testing
659659- Monitors memory usage and recycles workers that exceed memory limits
660660- Provides real-time progress output with timing and memory statistics
661661- Handles interruptions gracefully (Ctrl+C)
662- - Returns nothing, but throws `Test.FallbackTestSetException` if any tests fail
662+ - Returns ` nothing` , but throws `Test.FallbackTestSetException` if any tests fail
663663
664664## Examples
665665
You can’t perform that action at this time.
0 commit comments