]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
ts-openstack-deploy: Increase devstack timeout
authorAnthony PERARD <anthony.perard@citrix.com>
Sun, 11 Jun 2017 12:39:36 +0000 (13:39 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 23 Oct 2017 15:50:35 +0000 (16:50 +0100)
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
ts-openstack-deploy

index e7c94a59c2e9c64885c09298f9ac647b423c8f4c..875c4a765cdedc392a09980c46962cfa874961c4 100755 (executable)
@@ -169,7 +169,7 @@ sub deploy() {
     $httpproxy .=
         "\n        CURL_CA_BUNDLE=$mitmcert; export CURL_CA_BUNDLE"
         if $mitmcert;
-    target_cmd($ho, <<END, 1800);
+    target_cmd($ho, <<END, 3600);
         set -e
         $httpproxy
         cd $builddir/devstack