diff --git a/tests/Tgstation.Server.Tests/IntegrationTest.cs b/tests/Tgstation.Server.Tests/IntegrationTest.cs index 054414d29f..f90a7e9151 100644 --- a/tests/Tgstation.Server.Tests/IntegrationTest.cs +++ b/tests/Tgstation.Server.Tests/IntegrationTest.cs @@ -29,7 +29,7 @@ namespace Tgstation.Server.Tests { IServerClient adminClient; - var giveUpAt = DateTimeOffset.Now.AddSeconds(30); + var giveUpAt = DateTimeOffset.Now.AddSeconds(60); do { try