Skip to content

Commit

Permalink
try change slo actor
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Sep 7, 2023
1 parent e432ef0 commit 2fa6351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/slo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
DOCKER_REPO: ${{ secrets.SLO_DOCKER_REPO }}

- name: Run SLO
uses: ydb-platform/slo-tests@js-version
uses: ydb-platform/slo-tests@php-version
if: env.DOCKER_REPO != null
env:
DOCKER_REPO: ${{ secrets.SLO_DOCKER_REPO }}
Expand Down
6 changes: 0 additions & 6 deletions slo/src/Cli/CliCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ internal static async Task Create(CreateConfig createConfig)
createConfig.Db
);

var fieldInfo = config
.GetType()
.GetRuntimeFields()
.FirstOrDefault(fi => Regex.IsMatch(fi.Name, "\\AEndpointDiscoveryTimeout\\Z"));
fieldInfo?.SetValue(config, TimeSpan.FromMinutes(2));

await using var driver = await Driver.CreateInitialized(config);

using var tableClient = new TableClient(driver);
Expand Down

0 comments on commit 2fa6351

Please sign in to comment.