Tests that modifying local variables works fine. Set timer for test function. Evaluated before modification: localObject1.a = 310 localObject2 = 42 Evaluated after modification: localObject1.a = -290 localObject2 = 123