You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Migrate macOS cases in Travis to GitHub Actions.
* Increase the expected time in the test to avoid the following random failures
on macOS.
```
1) Mysql2::Client#query threaded queries should be supported
Failure/Error: expect(stop - start).to be_within(0.1).of(sleep_time)
expected 0.632204999999999 to be within 0.1 of 0.5
# ./spec/mysql2/client_spec.rb:711:in `block (3 levels) in <top (required)>'
```
```
3) Mysql2::Client#query should run signal handlers while waiting for a response
Failure/Error: expect(mark.fetch(:QUERY_END) - mark.fetch(:QUERY_START)).to be_within(0.1).of(query_time)
expected 1.1042130000000157 to be within 0.1 of 1.0
# ./spec/mysql2/client_spec.rb:632:in `block (3 levels) in <top (required)>'
```
0 commit comments