Skip to content

Commit

Permalink
Fixing TraceActorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
arn committed Apr 27, 2020
1 parent 73529e8 commit 86fc7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARnActorSolution/TestActor/Logger/TraceActorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void TraceActorTest()
var trace = new TraceActor();
trace.Start();
trace.Stop("Test End Trace");
Task.Delay(1000).Wait();
Task.Delay(5000).Wait();
});
var filename = Path.Combine(Environment.CurrentDirectory,"TraceLogger");
List<string> strings = new List<string>();
Expand Down

0 comments on commit 86fc7e7

Please sign in to comment.