update octree test timetable
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-09-01 19:58:09 -04:00
parent a24188e2c0
commit f660e9c827

View File

@ -11,6 +11,7 @@ import java.util.List;
import java.util.Random;
import org.joml.Vector3d;
import org.junit.jupiter.api.Test;
import annotations.BigDataTest;
import annotations.FastTest;
@ -121,7 +122,7 @@ public class OctreeTests {
/**
* Adds a whole bunch of nodes in a line
*/
@FastTest
@Test
public void testAddLine(){
Octree<Integer> octree = new Octree<Integer>(new Vector3d(0,0,0), new Vector3d(32,32,32));
for(int i = 0; i < 31; i++){