Skip to content

Commit

Permalink
asp
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Dec 2, 2024
1 parent b46bd6c commit 8077515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void CanCallBuildAndStart()
// Act
var result = _testClass.BuildAndStart();

Task.Delay(50).Wait();
Task.Delay(1000).Wait();

// Assert
Assert.True(_testClass.RwCycleCount > 0);
Expand Down

0 comments on commit 8077515

Please sign in to comment.