Skip to content

Commit 0d791f9

Browse files
authored
libusbmuxd: wait longer in test before checking connection
1 parent bef7536 commit 0d791f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/lib/libusbmuxd.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def install
3939
exec bin/"iproxy", "-s", "localhost", "#{source}:#{dest}"
4040
end
4141

42-
sleep(2)
42+
sleep 5
4343
system "nc", "-z", "localhost", source
4444
end
4545
end

0 commit comments

Comments
 (0)