mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Increase a test timeout
This commit is contained in:
@@ -59,8 +59,8 @@ namespace Tgstation.Server.Tests.Live.Instance
|
||||
|
||||
if (!targetActiveJob.Progress.HasValue)
|
||||
{
|
||||
// give it 15 more seconds
|
||||
targetActiveJob = await WaitForJobProgress(targetActiveJob, 15, cancellationToken);
|
||||
// give it a few more seconds
|
||||
targetActiveJob = await WaitForJobProgress(targetActiveJob, 30, cancellationToken);
|
||||
allJobs = await JobsClient.List(null, cancellationToken);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user