The default refresh period for permissions in both Scylla and Cassandra is 2 seconds, which is usually perfectly fine for production environments, but it introduces a significant delay in automatic test cases. The refresh period is hereby set to 100ms, which allows test_permissions.py cases to run in around 1s for Scylla instead of tens of seconds.