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 01428e7 commit 455396bCopy full SHA for 455396b
spec/mysql2/client_spec.rb
@@ -296,7 +296,7 @@ def connect *args
296
(mark[:USR1] - mark[:START]).should < 1.3
297
(mark[:END] - mark[:USR1]).should > 0.9
298
(mark[:END] - mark[:START]).should >= 2
299
- (mark[:END] - mark[:START]).should < 2.2
+ (mark[:END] - mark[:START]).should < 2.3
300
Process.kill(:TERM, pid)
301
Process.waitpid2(pid)
302
ensure
0 commit comments