commit | 6b636677c2a97a363cc7f1517ad10b4b9fd20a5c | [log] [tgz] |
---|---|---|
author | Darragh O'Reilly <dara2002-openstack@yahoo.com> | Fri Jan 24 12:17:40 2014 +0000 |
committer | Darragh O'Reilly <dara2002-openstack@yahoo.com> | Fri Jan 24 12:17:40 2014 +0000 |
tree | 873d47dbf1f94ac0b863a043ecef55a6c59843d7 | |
parent | 640629f6ab9cbab64003353c7ba0cd5de238c6df [diff] |
Increase ping timeout from 60 to 120 seconds The Cirros image only sends out three DHCPDISCOVERs with 60 second waits between. The ovs_neutron_agent may not have the port wired in time for the first one, and with ping_timeout=60 the test will be terminated before the second one is sent. This patch increases the timeout to 120 seconds to prevent that. Change-Id: I03fcec50b91fd89ad64e16fce82f9211c2e086a1 Partial-Bug: 1253896