We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1c6a6 commit 440477eCopy full SHA for 440477e
spec/cmab_client_spec.rb
@@ -186,7 +186,7 @@
186
187
expect(spy_logger).to have_received(:log).with(Logger::INFO, 'Retrying CMAB request (attempt 1) after 0.01 seconds...').once
188
expect(spy_logger).to have_received(:log).with(Logger::INFO, 'Retrying CMAB request (attempt 2) after 0.02 seconds...').once
189
- expect(spy_logger).to have_received(:log).with(Logger::INFO, 'Retrying CMAB request (attempt 3) after 0.08 seconds...').once
+ expect(spy_logger).to have_received(:log).with(Logger::INFO, 'Retrying CMAB request (attempt 3) after 0.04 seconds...').once
190
191
expect(Kernel).to have_received(:sleep).with(0.01).once
192
expect(Kernel).to have_received(:sleep).with(0.02).once
0 commit comments