Skip to content

Commit 02da91a

Browse files
committed
bump timings in this test again
1 parent ec7be53 commit 02da91a

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
@@ -260,7 +260,7 @@ def connect *args
260260
(mark[:USR1] - mark[:START]).should < 1.2
261261
(mark[:END] - mark[:USR1]).should > 0.9
262262
(mark[:END] - mark[:START]).should >= 2
263-
(mark[:END] - mark[:START]).should < 2.1
263+
(mark[:END] - mark[:START]).should < 2.2
264264
Process.kill(:TERM, pid)
265265
Process.waitpid2(pid)
266266
ensure

0 commit comments

Comments
 (0)