Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Sep 7, 2023
1 parent 9a615f8 commit e432ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slo/src/Cli/CliCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal static async Task Create(CreateConfig createConfig)
.GetType()
.GetRuntimeFields()
.FirstOrDefault(fi => Regex.IsMatch(fi.Name, "\\AEndpointDiscoveryTimeout\\Z"));
fieldInfo?.SetValue(config, TimeSpan.FromMinutes(1));
fieldInfo?.SetValue(config, TimeSpan.FromMinutes(2));

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

Expand Down

0 comments on commit e432ef0

Please sign in to comment.