From bbb5efe32d2529adce83bfa337dc88e208596712 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 27 Dec 2023 08:32:43 -0500 Subject: [PATCH] Attempt 10 times for port grab --- tests/Tgstation.Server.Tests/Live/Instance/InstanceTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tgstation.Server.Tests/Live/Instance/InstanceTest.cs b/tests/Tgstation.Server.Tests/Live/Instance/InstanceTest.cs index 555760d91f..571e3d88c7 100644 --- a/tests/Tgstation.Server.Tests/Live/Instance/InstanceTest.cs +++ b/tests/Tgstation.Server.Tests/Live/Instance/InstanceTest.cs @@ -161,7 +161,7 @@ namespace Tgstation.Server.Tests.Live.Instance async Task UpdateDMSettings() { - for (var i = 0; i < 5; ++i) + for (var i = 0; i < 10; ++i) try { await instanceClient.DreamMaker.Update(new DreamMakerRequest