From 6995e955b52b500d91d37fcd5636bb7dd3917e4c Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Sun, 14 Jul 2024 11:51:45 -0400 Subject: [PATCH] Update Library/Homebrew/test/sandbox_spec.rb Co-authored-by: Mike McQuaid --- Library/Homebrew/test/sandbox_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/sandbox_spec.rb b/Library/Homebrew/test/sandbox_spec.rb index 5aeaa280f4..ec93530d94 100644 --- a/Library/Homebrew/test/sandbox_spec.rb +++ b/Library/Homebrew/test/sandbox_spec.rb @@ -134,7 +134,7 @@ RSpec.describe Sandbox, :needs_macos do # we have to spawn a process, otherwise kill doesn't try to send a signal if the process doesn't exist let(:pid) do pid = spawn("sleep 1000") - sleep 1 # Ensure the process has started + sleep 0.1 # Ensure the process has started pid end