Sync branch magefile with main #104308

Merged
Sybren A. Stüvel merged 85 commits from abelli/flamenco:magefile into magefile 2024-05-13 16:26:32 +02:00
Showing only changes of commit 16114ee529 - Show all commits

View File

@ -64,7 +64,7 @@ loop:
select { select {
case <-runDone: case <-runDone:
break loop break loop
default: case <-time.After(1 * time.Millisecond):
mocks.clock.Add(timeStepSize) mocks.clock.Add(timeStepSize)
} }
} }