dump openstack::test_file timeout to 60 seconds

I previously saw a lot of failures in the
openstack::test_file on red hat systems.

I have bumped this timeout up (the time that we
wait between assigned a floating ip and trying to
route to it). This seems to have made this error
go away most of the time.
This commit is contained in:
Dan Bode
2013-01-11 10:55:52 -08:00
parent e04facc5a5
commit 2346b07fd4

View File

@@ -71,7 +71,7 @@ node /openstack-controller/ {
# deploy a script that can be used to test nova # deploy a script that can be used to test nova
class { 'openstack::test_file': class { 'openstack::test_file':
quantum => $use_quantum, quantum => $use_quantum,
sleep_time => 30, sleep_time => 60,
} }
if $::osfamily == 'Debian' { if $::osfamily == 'Debian' {