diff options
Diffstat (limited to 'debian/tests')
| -rwxr-xr-x | debian/tests/nm.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/tests/nm.py b/debian/tests/nm.py index ead66f5a..5eca9caa 100755 --- a/debian/tests/nm.py +++ b/debian/tests/nm.py @@ -402,6 +402,9 @@ Logs are in '%s'. When done, exit the shell. '''no available access point''' self.start_nm(self.dev_w_client) + # Give the interfaces a bit more time to intialized; it may be needed + # on ppc64el. + time.sleep(30) self.assertEventually(self.nmclient.networking_get_enabled, timeout=20) # state independent properties |