|
@@ -44,7 +44,7 @@ def test_arm_sx1_initrd(self):
|
|
|
self.vm.add_args('-no-reboot')
|
|
|
self.launch_kernel(zimage_path,
|
|
|
initrd=initrd_path)
|
|
|
- self.vm.wait(timeout=60)
|
|
|
+ self.vm.wait(timeout=120)
|
|
|
|
|
|
def test_arm_sx1_sd(self):
|
|
|
self.set_machine('sx1')
|
|
@@ -55,7 +55,7 @@ def test_arm_sx1_sd(self):
|
|
|
self.vm.add_args('-snapshot')
|
|
|
self.vm.add_args('-drive', f'format=raw,if=sd,file={sd_fs_path}')
|
|
|
self.launch_kernel(zimage_path)
|
|
|
- self.vm.wait(timeout=60)
|
|
|
+ self.vm.wait(timeout=120)
|
|
|
|
|
|
def test_arm_sx1_flash(self):
|
|
|
self.set_machine('sx1')
|
|
@@ -66,7 +66,7 @@ def test_arm_sx1_flash(self):
|
|
|
self.vm.add_args('-snapshot')
|
|
|
self.vm.add_args('-drive', f'format=raw,if=pflash,file={flash_path}')
|
|
|
self.launch_kernel(zimage_path)
|
|
|
- self.vm.wait(timeout=60)
|
|
|
+ self.vm.wait(timeout=120)
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
LinuxKernelTest.main()
|