mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
Raise time allowed for large inventory import
This commit is contained in:
committed by
Luke Sneeringer
parent
e8a4aadb44
commit
90a0c6c8ed
@@ -871,7 +871,7 @@ class InventoryImportTest(BaseCommandMixin, BaseLiveServerTest):
|
|||||||
self.assertEqual(new_inv.hosts.filter(active=False).count(), nhosts_inactive)
|
self.assertEqual(new_inv.hosts.filter(active=False).count(), nhosts_inactive)
|
||||||
self.assertEqual(new_inv.total_hosts, nhosts)
|
self.assertEqual(new_inv.total_hosts, nhosts)
|
||||||
self.assertEqual(new_inv.total_groups, ngroups)
|
self.assertEqual(new_inv.total_groups, ngroups)
|
||||||
self.assertElapsedLessThan(30)
|
self.assertElapsedLessThan(45)
|
||||||
|
|
||||||
@unittest.skipIf(getattr(settings, 'LOCAL_DEVELOPMENT', False),
|
@unittest.skipIf(getattr(settings, 'LOCAL_DEVELOPMENT', False),
|
||||||
'Skip this test in local development environments, '
|
'Skip this test in local development environments, '
|
||||||
|
|||||||
Reference in New Issue
Block a user