summaryrefslogtreecommitdiffstats
path: root/config-model/src/test
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2017-06-05 09:53:33 +0200
committerGitHub <noreply@github.com>2017-06-05 09:53:33 +0200
commit6505f290574579cb490536d9f42786d4cac1f157 (patch)
tree5d0e503110652ad4ea08d12baea6dca7d3860e14 /config-model/src/test
parent87aa17fedb7d162e959ce09784030748417905bb (diff)
Revert "Revert "Revert "Revert "Bratseth/deployment delay""""
Diffstat (limited to 'config-model/src/test')
-rw-r--r--config-model/src/test/schema-test-files/deployment.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-model/src/test/schema-test-files/deployment.xml b/config-model/src/test/schema-test-files/deployment.xml
index 92d59abbe53..286466eff57 100644
--- a/config-model/src/test/schema-test-files/deployment.xml
+++ b/config-model/src/test/schema-test-files/deployment.xml
@@ -4,7 +4,9 @@
<staging/>
<prod global-service-id='qrs'>
<region active='true'>us-west-1</region>
+ <delay hours='3'/>
<region active='true'>us-central-1</region>
+ <delay hours='3' minutes='7' seconds='13'/>
<region active='true'>us-east-3</region>
</prod>
</deployment>