aio-libs / aiomysql

aiomysql is a library for accessing a MySQL database from the asyncio
https://aiomysql.rtfd.io
MIT License
1.74k stars 256 forks source link

ci: increase pytest timeout to 9.5 minutes #817

Closed Nothing4You closed 2 years ago

Nothing4You commented 2 years ago

What do these changes do?

Increase pytest timeout to 9.5 minutes (SIGINT), 10 minutes max in CI workflow.

Some runners appear to be very slow.

This will hopefully avoid failures like https://github.com/aio-libs/aiomysql/actions/runs/2642476373/attempts/1 in the future-

Are there changes in behavior for the user?

no

codecov[bot] commented 2 years ago

Codecov Report

Merging #817 (81a2eb1) into master (4424db8) will decrease coverage by 0.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #817      +/-   ##
==========================================
- Coverage   92.76%   92.72%   -0.04%     
==========================================
  Files          38       38              
  Lines        5569     5569              
  Branches      943      943              
==========================================
- Hits         5166     5164       -2     
- Misses        315      317       +2     
  Partials       88       88              
Flag Coverage Δ
ubuntu-latest_3.10_mariadb-10.3 89.27% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.4 89.27% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.5 89.26% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.6 89.26% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.7 89.26% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.8 89.26% <ø> (ø)
ubuntu-latest_3.10_mysql-5.7 89.96% <ø> (ø)
ubuntu-latest_3.10_mysql-8.0 91.34% <ø> (ø)
ubuntu-latest_3.11-dev_mariadb-10.3 89.24% <ø> (ø)
ubuntu-latest_3.11-dev_mariadb-10.4 89.24% <ø> (ø)
ubuntu-latest_3.11-dev_mariadb-10.5 89.22% <ø> (ø)
ubuntu-latest_3.11-dev_mariadb-10.6 89.22% <ø> (ø)
ubuntu-latest_3.11-dev_mariadb-10.7 89.22% <ø> (ø)
ubuntu-latest_3.11-dev_mariadb-10.8 89.22% <ø> (ø)
ubuntu-latest_3.11-dev_mysql-5.7 89.92% <ø> (ø)
ubuntu-latest_3.11-dev_mysql-8.0 91.30% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.3 88.67% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.4 88.67% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.5 88.66% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.6 88.66% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.7 88.66% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.8 88.66% <ø> (ø)
ubuntu-latest_3.7_mysql-5.7 89.40% <ø> (ø)
ubuntu-latest_3.7_mysql-8.0 90.87% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.3 89.32% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.4 89.32% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.5 89.30% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.6 89.30% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.7 89.30% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.8 89.30% <ø> (ø)
ubuntu-latest_3.8_mysql-5.7 90.00% <ø> (ø)
ubuntu-latest_3.8_mysql-8.0 91.37% <ø> (-0.04%) :arrow_down:
ubuntu-latest_3.9_mariadb-10.3 89.17% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.4 89.17% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.5 89.15% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.6 89.15% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.7 89.15% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.8 89.15% <ø> (ø)
ubuntu-latest_3.9_mysql-5.7 89.85% <ø> (ø)
ubuntu-latest_3.9_mysql-8.0 91.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/test_issues.py 85.66% <0.00%> (-0.64%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4424db8...81a2eb1. Read the comment docs.