Setting properties in a unit test

I tried setting the liquibase.changeLogLockWaitTimeInMinutes properties in a unit test to not have to wait 5 minutes for a unit test to complete, but setting it as a system property didn’t work:

    }

Is there a way to set properties for tests?

Thanks!


- Steinar