Skip to content

Commit ec7be53

Browse files
committed
need to re-think this test
1 parent faa9540 commit ec7be53

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
@@ -257,7 +257,7 @@ def connect *args
257257
mark[:END] = Time.now
258258
mark.include?(:USR1).should be_true
259259
(mark[:USR1] - mark[:START]).should >= 1
260-
(mark[:USR1] - mark[:START]).should < 1.1
260+
(mark[:USR1] - mark[:START]).should < 1.2
261261
(mark[:END] - mark[:USR1]).should > 0.9
262262
(mark[:END] - mark[:START]).should >= 2
263263
(mark[:END] - mark[:START]).should < 2.1

0 commit comments

Comments
 (0)