Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 16de165

Browse files
committed
Update .local.jenkins.lin.yml
1 parent 609c16a commit 16de165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.local.jenkins.lin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ script:
3232
- { CMD: "$PYINT -u onnx/bench_plot_onnxruntime_decision_tree.py", SCHEDULER: "0 0 2 * *", NAME: "ORT_DT" }
3333
- { CMD: "$PYINT -u onnx/bench_plot_onnxruntime_decision_tree_reg.py", SCHEDULER: "0 0 3 * *", NAME: "ORT_DT_REG" }
3434
- { CMD: "$PYINT -u onnx/bench_plot_onnxruntime_random_forest.py", SCHEDULER: "0 0 4 * *", NAME: "ORT_RF", TIMEOUT: 3600 }
35-
- { CMD: "$PYINT -u onnx/bench_plot_onnxruntime_gbr.py", SCHEDULER: "0 0 5 * *", NAME: "ORT_GBR", TIMEOUT: 3600 }
35+
- { CMD: "$PYINT -u onnx/bench_plot_onnxruntime_gbr.py", SCHEDULER: "0 0 5 * *", NAME: "ORT_GBR", TIMEOUT: 7200 }
3636
- { CMD: "$PYINT -u onnx/bench_plot_onnxruntime_gpr.py", SCHEDULER: "0 0 6 * *", NAME: "ORT_GPR", TIMEOUT: 3600 }
3737
- { CMD: "$PYINT -u onnx/bench_plot_onnxruntime_hgb.py", SCHEDULER: "0 0 7 * *", NAME: "ORT_HGB", TIMEOUT: 7200 }
3838
- { CMD: "$PYINT -u onnx/bench_plot_onnxruntime_knn.py", SCHEDULER: "0 0 8 * *", NAME: "ORT_KNN" }

0 commit comments

Comments
 (0)