File tree Expand file tree Collapse file tree
src/speculators/data_generation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 actions : write
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
16+ - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899
1717 with :
1818 operations-per-run : 1000
1919 exempt-draft-pr : true
Original file line number Diff line number Diff line change @@ -83,12 +83,11 @@ dev = [
8383 " sphinx~=8.1.3" ,
8484
8585 # testing
86- " pytest~=8.2.2 " ,
86+ " pytest~=9.0.3 " ,
8787 " pytest-asyncio~=1.3.0" ,
8888 " pytest-cov~=7.1.0" ,
8989 " pytest-mock~=3.15.1" ,
90- " pytest-rerunfailures~=14.0" ,
91- " respx~=0.23.1" ,
90+ " pytest-rerunfailures~=16.2" ,
9291
9392 # code quality
9493 " mypy~=2.1.0" ,
Original file line number Diff line number Diff line change 1414
1515logger = logging .getLogger (__name__ )
1616
17- DEFAULT_REQUEST_TIMEOUT = 15 # seconds
17+ DEFAULT_REQUEST_TIMEOUT = 120 # seconds
1818DEFAULT_MAX_RETRIES = 3
1919RETRY_BACKOFF_BASE = 2 # seconds
2020
You can’t perform that action at this time.
0 commit comments