Skip to content

Commit fdaf294

Browse files
committed
fix test timeout
1 parent b1b4b37 commit fdaf294

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ExtractorUtils.Test/unit/Unstable/RuntimeTest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ private ExtractorRuntimeBuilder<DummyConfig, DummyExtractor> CreateMockRuntimeBu
180180
builder.ExternalServices = services;
181181
builder.AddLogger = false;
182182

183+
// Reduce backoff times for faster tests
184+
builder.BackoffBase = 50;
185+
183186
return builder;
184187
}
185188

0 commit comments

Comments
 (0)