remove timeout from tests job

This commit is contained in:
makaveli10
2024-02-20 00:28:38 +05:30
parent fddc244228
commit a38fdb494d
-1
View File
@@ -13,7 +13,6 @@ on:
jobs:
run-tests:
runs-on: ubuntu-22.04
timeout-minutes: 60
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11]