Skip to content

Commit

Permalink
Ajust timer test PublisherRoleProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Cerqueira committed Dec 1, 2023
1 parent 71d742a commit c03e939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public static void Start(ILogger logger,int delaysec)
Console.WriteLine($"Wait... {delaysec}sec. to start {threadCount} thread");
Thread.Sleep(TimeSpan.FromSeconds(delaysec));

var dtref = DateTime.Now.AddSeconds(12000);
var dtref = DateTime.Now.AddSeconds(120);
for (int i = 0; i < threadCount; i++)
{
Thread thread = new(() =>
Expand Down

0 comments on commit c03e939

Please sign in to comment.