Skip to content

Commit 453ce0e

Browse files
committed
wip
1 parent c9139a6 commit 453ce0e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/scripts/run-random-tests.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,13 @@ spawn_limited_job() {
646646

647647
run_component_tests "$component" &
648648
bg_pids+=($!)
649+
650+
# Brief stagger between spawns: Docker overlayfs (used by GitHub Actions)
651+
# can return ENOENT for existing files when many processes hit the
652+
# filesystem simultaneously at startup. Spacing launches reduces the
653+
# concurrent I/O spike and prevents transient autoload failures on the
654+
# first test of each component.
655+
sleep 0.2
649656
}
650657

651658
process_result() {

0 commit comments

Comments
 (0)