Class: DelayTest
TestObjects.DelayTest()
test for an object that is created slowly (like loading an OBJ)
the catch is that we need to have an object to install in the world (since we can't defer that), but we don't have "the" object
the trick: make a Group - when the deferred object finally arrives, stick it in the group
here, we fake OBJ loading with sleep