Lower the amount of ticks that AllComponents tests run for
This commit is contained in:
@@ -177,7 +177,7 @@ namespace Content.IntegrationTests.Tests
|
|||||||
}, "Component '{0}' threw an exception.",
|
}, "Component '{0}' threw an exception.",
|
||||||
component.Name);
|
component.Name);
|
||||||
|
|
||||||
server.RunTicks(10);
|
server.RunTicks(2);
|
||||||
|
|
||||||
entityManager.DeleteEntity(entity.Uid);
|
entityManager.DeleteEntity(entity.Uid);
|
||||||
}
|
}
|
||||||
@@ -307,7 +307,7 @@ namespace Content.IntegrationTests.Tests
|
|||||||
component.Name);
|
component.Name);
|
||||||
}
|
}
|
||||||
|
|
||||||
server.RunTicks(48); // Run one full second on the server
|
server.RunTicks(2);
|
||||||
|
|
||||||
entityManager.DeleteEntity(entity.Uid);
|
entityManager.DeleteEntity(entity.Uid);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user