sleep(15); // make sure the system clock changes
byte[] state = new byte[1];
PackagedSessionImpl psi = new PackagedSessionImpl("Test", state, "Test");
long newTimestamp = psi.unmodifiedExistenceInVM();
assertTrue("Valid initial timestamp", newTimestamp > oldTimestamp);
sleep(15); // make sure the system clock changes