oh come on, wait for the freakin table

This commit is contained in:
Noah Levitt 2018-01-19 14:16:39 -08:00
parent 4cb341bdff
commit c9d1ba3a26

View File

@ -863,6 +863,8 @@ def test_choose_warcprox():
# avoid this of error: https://travis-ci.org/internetarchive/brozzler/jobs/330991786#L1021
rr.table('sites').wait()
rr.table('services').wait()
rr.table('sites').index_wait()
rr.table('services').index_wait()
# clean slate
rr.table('sites').delete().run()