mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 05:27:30 +01:00
Increase some test timeouts slightly
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Tgstation.Server.Tests.Instance
|
||||
// Increase startup timeout, disable heartbeats
|
||||
var initialSettings = await instanceClient.DreamDaemon.Update(new DreamDaemon
|
||||
{
|
||||
StartupTimeout = 30,
|
||||
StartupTimeout = 60,
|
||||
HeartbeatSeconds = 0,
|
||||
Port = IntegrationTest.DDPort
|
||||
}, cancellationToken);
|
||||
@@ -389,7 +389,7 @@ namespace Tgstation.Server.Tests.Instance
|
||||
|
||||
var startJob = await StartDD(cancellationToken).ConfigureAwait(false);
|
||||
|
||||
await WaitForJob(startJob, 40, false, null, cancellationToken);
|
||||
await WaitForJob(startJob, 70, false, null, cancellationToken);
|
||||
|
||||
var byondInstallJobTask = instanceClient.Byond.SetActiveVersion(
|
||||
new Api.Models.Byond
|
||||
|
||||
Reference in New Issue
Block a user