Add 10s polling to allow transactions to complete 90/78190/4
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 27 Nov 2018 05:54:16 +0000 (21:54 -0800)
committerSam Hague <shague@redhat.com>
Thu, 29 Nov 2018 02:36:24 +0000 (02:36 +0000)
commit46e91d85423cebc13e19194acecf7c98c4890f53
tree47229384dd5ddf78491c34c481e2881424ec4c25
parent651d124eb61f3759894bc85b11d90c2ab8bb162e
Add 10s polling to allow transactions to complete

In some cases the check to ensure that all cars/people
were populated in the config store happened just before
the last few were there. This could be because of
any number of reasons (slow external environment,
testing in the middle of a GC operation maybe, etc)
Adding a polling period will account for this and
not give a false failure.

Change-Id: Ic9c7456da37b5c2cca694b2affc77e048a2f7b31
JIRA:INTTEST-54
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/suites/controller/Clustering_Datastore/buycar_failover.robot
csit/suites/controller/Clustering_Datastore/buycar_failover_isolation.robot
csit/suites/controller/Clustering_Datastore/car_failover_crud.robot
csit/suites/controller/Clustering_Datastore/car_failover_crud_isolation.robot
csit/suites/controller/Clustering_Datastore/car_persistence_recovery.robot