Merge "Authorize super admin actions on all projects"
diff --git a/functional/test_update_restricted.py b/functional/test_update_restricted.py
index 1634192..d406b53 100644
--- a/functional/test_update_restricted.py
+++ b/functional/test_update_restricted.py
@@ -10,6 +10,8 @@
# License for the specific language governing permissions and limitations
# under the License.
+import time
+
from heat_integrationtests.functional import functional_base
test_template = {
@@ -105,6 +107,9 @@
self._check_for_restriction_reason(resource_events,
reason_replace_restrict))
+ # Ensure the timestamp changes, since this will be very quick
+ time.sleep(1)
+
# check replace fails - with only 'replace' restricted
self.update_stack(stack_identifier, update_template,
env_replace_restrict,
@@ -139,6 +144,9 @@
self._check_for_restriction_reason(resource_events,
reason_replace_restrict))
+ # Ensure the timestamp changes, since this will be very quick
+ time.sleep(1)
+
# check replace fails - with only 'replace' restricted
self.update_stack(stack_identifier, update_template,
env_replace_restrict,