File tree Expand file tree Collapse file tree 4 files changed +77
-76
lines changed
Expand file tree Collapse file tree 4 files changed +77
-76
lines changed Original file line number Diff line number Diff line change @@ -12,25 +12,25 @@ jobs:
1212 matrix :
1313 apps :
1414 - repo : " OpenMined/DatasetLoader@main"
15- timeout : " 10s "
15+ timeout : " 15s "
1616 - repo : " OpenMined/cpu_tracker_member@main"
17- timeout : " 10s "
17+ timeout : " 15s "
1818 - repo : " OpenMined/logged_in@main"
19- timeout : " 10s "
19+ timeout : " 15s "
2020 - repo : " OpenMined/inbox@main"
21- timeout : " 10s "
21+ timeout : " 15s "
2222 - repo : " OpenMined/ring@main"
23- timeout : " 30s "
23+ timeout : " 15s "
2424 - repo : " OpenMined/basic_aggregator@main"
25- timeout : " 60s "
25+ timeout : " 15s "
2626 - repo : " OpenMined/fl_client@main"
27- timeout : " 90s "
27+ timeout : " 15s "
2828 - repo : " OpenMined/fl_aggregator@main"
29- timeout : " 90s "
29+ timeout : " 15s "
3030 - repo : " OpenMined/pretrained_model_aggregator@main"
31- timeout : " 90s "
31+ timeout : " 60s "
3232 - repo : " OpenMined/pretrained_model_local@main"
33- timeout : " 90s "
33+ timeout : " 60s "
3434 python-version : ["3.9", "3.12"]
3535 os : [ubuntu-latest, macos-latest]
3636 fail-fast : false
Original file line number Diff line number Diff line change 6767 max-parallel : 99
6868 matrix :
6969 e2e-test : [
70+ " ring" ,
7071 " basic_aggregator" ,
7172 " model_aggregator" ,
7273 " aggregator_with_local_training" ,
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ dependencies = [
2222 " croniter==6.0.0" ,
2323 " typer==0.15.2" ,
2424 " pid==3.0.4" ,
25- " pydantic[email]==2.11.2 " ,
25+ " pydantic[email]==2.11.3 " ,
2626 " pyjwt==2.10.1" ,
2727 " wcmatch==10.0" ,
28- " curl-cffi>=0.7.4 " ,
29- " opentelemetry-instrumentation-fastapi==0.50b0 " ,
30- " opentelemetry-instrumentation-sqlite3==0.50b0 " ,
31- " opentelemetry-exporter-otlp-proto-grpc==1.29.0 " ,
28+ " curl-cffi==0.10.0 " ,
29+ " opentelemetry-instrumentation-fastapi==0.52b1 " ,
30+ " opentelemetry-instrumentation-sqlite3==0.52b1 " ,
31+ " opentelemetry-exporter-otlp-proto-grpc==1.31.1 " ,
3232 " distro==1.9.0" ,
33- " textual> =1.0.0" ,
33+ " textual= =1.0.0" ,
3434 " msgpack>=1.1.0" ,
3535 " tqdm>=4.67.1" ,
3636 " aiofiles>=24.1.0" ,
@@ -71,7 +71,7 @@ dev-dependencies = [
7171 " pytest-timeout>=2.3.1" ,
7272 " pytest-xdist[psutil]>=3.6.1" ,
7373 " pytest>=8.3.3" ,
74- " textual-dev> =1.7.0" ,
74+ " textual-dev= =1.7.0" ,
7575]
7676
7777[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments