Skip to content

Commit 8850cf4

Browse files
committed
Extend timeout because it's flaky with macOS
1 parent a55269a commit 8850cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/net/imap/fake_server/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module Net::IMAP::FakeServer::TestHelper
66

7-
def run_fake_server_in_thread(ignore_io_error: false, timeout: 5, **opts)
7+
def run_fake_server_in_thread(ignore_io_error: false, timeout: 10, **opts)
88
Timeout.timeout(timeout) do
99
server = Net::IMAP::FakeServer.new(timeout: timeout, **opts)
1010
@threads << Thread.new do

0 commit comments

Comments
 (0)