mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Raise time allowed for large inventory import
This commit is contained in:
parent
76d6097af7
commit
9780e805db
@ -871,7 +871,7 @@ class InventoryImportTest(BaseCommandMixin, BaseLiveServerTest):
|
||||
self.assertEqual(new_inv.hosts.filter(active=False).count(), nhosts_inactive)
|
||||
self.assertEqual(new_inv.total_hosts, nhosts)
|
||||
self.assertEqual(new_inv.total_groups, ngroups)
|
||||
self.assertElapsedLessThan(30)
|
||||
self.assertElapsedLessThan(45)
|
||||
|
||||
@unittest.skipIf(getattr(settings, 'LOCAL_DEVELOPMENT', False),
|
||||
'Skip this test in local development environments, '
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user