Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Nov 1, 2024
1 parent fff4a34 commit dc3a6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-dotnet/tests/Inferable.Tests/InferableTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ async public void Inferable_Run_E2E()

var result = await run.PollAsync(null);

await Task.Delay(500);
await Task.Delay(5000);

Assert.NotNull(result);
Assert.True(didCallSayHello);
Expand Down

0 comments on commit dc3a6fe

Please sign in to comment.