Skip to content

Commit c05d11e

Browse files
committed
Switch back to corax default for tests
1 parent 20ad639 commit c05d11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.Audit.Persistence.Tests.RavenDB/SharedEmbeddedServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static async Task<EmbeddedDatabase> GetInstance(CancellationToken cancell
3636
var logsMode = "Operations";
3737
var serverUrl = $"http://localhost:{PortUtility.FindAvailablePort(33334)}";
3838

39-
var databaseConfiguration = new DatabaseConfiguration("audit", 60, true, TimeSpan.FromMinutes(5), 120000, 5, 5, new ServerConfiguration(dbPath, serverUrl, logPath, logsMode), TimeSpan.FromSeconds(60), "Lucene");
39+
var databaseConfiguration = new DatabaseConfiguration("audit", 60, true, TimeSpan.FromMinutes(5), 120000, 5, 5, new ServerConfiguration(dbPath, serverUrl, logPath, logsMode), TimeSpan.FromSeconds(60), "Corax");
4040
var serverConfig = databaseConfiguration.ServerConfiguration;
4141

4242
// TODO: See if more refactoring can be done in configuration classes

0 commit comments

Comments
 (0)