Skip to content

Commit 98785bf

Browse files
committed
really need to rethink this test
1 parent 3461f95 commit 98785bf

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.2
260+
(mark[:USR1] - mark[:START]).should < 1.3
261261
(mark[:END] - mark[:USR1]).should > 0.9
262262
(mark[:END] - mark[:START]).should >= 2
263263
(mark[:END] - mark[:START]).should < 2.2

0 commit comments

Comments
 (0)