Skip to content

Commit f86b93e

Browse files
authored
Merge branch 'main' into mm-dataset
2 parents ee95bd6 + 9296838 commit f86b93e

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

src/speculators/data_generation/vllm_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
logger = logging.getLogger(__name__)
1616

17-
DEFAULT_REQUEST_TIMEOUT = 15 # seconds
17+
DEFAULT_REQUEST_TIMEOUT = 120 # seconds
1818
DEFAULT_MAX_RETRIES = 3
1919
RETRY_BACKOFF_BASE = 2 # seconds
2020

0 commit comments

Comments
 (0)