diff options
-rw-r--r-- | tests/avocado/boot_linux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py index 32adae6..8c8a63e 100644 --- a/tests/avocado/boot_linux.py +++ b/tests/avocado/boot_linux.py @@ -116,7 +116,7 @@ class BootLinuxPPC64(LinuxTest): :avocado: tags=arch:ppc64 """ - timeout = 180 + timeout = 360 def test_pseries_tcg(self): """ |