Skip to content

Commit

Permalink
fix run time
Browse files Browse the repository at this point in the history
  • Loading branch information
XmasApple committed Sep 11, 2023
1 parent 1b737a3 commit d8421cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/slo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
s3_endpoint: ${{ secrets.SLO_S3_ENDPOINT }}
s3_images_folder: ${{ vars.SLO_S3_IMAGES_FOLDER }}
grafana_domain: ${{ vars.SLO_GRAFANA_DOMAIN }}
grafana_dashboard: ${{ vars.SLO_GRAFANA_DASHBOARD }}
# grafana_dashboard: ${{ vars.SLO_GRAFANA_DASHBOARD }}
grafana_dashboard: dca60386-0d3d-43f5-a2af-5f3fd3e3b295
ydb_version: 'newest'
timeBetweenPhases: 30
shutdownTime: 30
Expand Down
2 changes: 1 addition & 1 deletion slo/src/Cli/Cli.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ internal static class Cli

private static readonly Option<int> TimeOption = new(
"--time",
() => 600,
() => 140,
"run time in seconds");

private static readonly Option<int> ShutdownTimeOption = new(
Expand Down

0 comments on commit d8421cf

Please sign in to comment.