Skip to content

Commit 455396b

Browse files
committed
blah
1 parent 01428e7 commit 455396b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mysql2/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def connect *args
296296
(mark[:USR1] - mark[:START]).should < 1.3
297297
(mark[:END] - mark[:USR1]).should > 0.9
298298
(mark[:END] - mark[:START]).should >= 2
299-
(mark[:END] - mark[:START]).should < 2.2
299+
(mark[:END] - mark[:START]).should < 2.3
300300
Process.kill(:TERM, pid)
301301
Process.waitpid2(pid)
302302
ensure

0 commit comments

Comments
 (0)