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)
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>

No differences found