Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 35e620a

Browse files
committed
DEV: Lower delays on fake endpoint used in tests
1 parent 48305dc commit 35e620a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/completions/endpoints/fake.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def self.fake_content
8181
end
8282

8383
def self.delays
84-
@delays ||= Array.new(10) { rand * 6 }
84+
@delays ||= Array.new(10) { rand }
8585
end
8686

8787
def self.delays=(delays)

0 commit comments

Comments
 (0)