Skip to content

Commit 1c38f81

Browse files
author
Sophia Tevosyan
committed
had the wrong default timeout
1 parent 3c40541 commit 1c38f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Worker/Core.Tests/GrpcOrchestrationRunnerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class GrpcOrchestrationRunnerTests
1111
{
1212
const string TestInstanceId = "instance_id";
1313
const string TestExecutionId = "execution_id";
14-
const int DefaultExtendedSessionIdleTimeoutInSeconds = 300;
14+
const int DefaultExtendedSessionIdleTimeoutInSeconds = 30;
1515

1616
[Fact]
1717
public void EmptyOrNullParameters_Throw()

0 commit comments

Comments
 (0)