Skip to content

Commit

Permalink
tests: increase timeout on testCPUSecurityMitigationsEnable
Browse files Browse the repository at this point in the history
This test barely makes it within the default 10 minutes timeout.
From what I see most of the time is spent by waiting for multiple
reboots of the machine.
Locally this took almost 7 minutes to run so for CI we can bump this
timeout to 20 minutes.
  • Loading branch information
tomasmatus authored and martinpitt committed Nov 15, 2023
1 parent f482c1c commit d2ccfc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/verify/check-system-info
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ machine : 8561
spoof_threads(2, expect_link_present=True, expect_smt_state=self.expect_smt_default, cmdline=None)

@testlib.skipImage("TODO: add Arch Linux grub entry support", "arch")
@testlib.timeout(1200)
def testCPUSecurityMitigationsEnable(self):
b = self.browser
m = self.machine
Expand Down

0 comments on commit d2ccfc0

Please sign in to comment.