Bug 253977 - sleep(75) calls inisde frag6 tests significantly slow down testsuite
Summary: sleep(75) calls inisde frag6 tests significantly slow down testsuite
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: tests (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-testing (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-03 10:32 UTC by Alex Richardson
Modified: 2021-03-08 20:46 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Richardson freebsd_committer freebsd_triage 2021-03-03 10:32:11 UTC
I just had a look at the tests that take longest to run and Jenkins reports that 13 minutes (out of the total of 53min) are spent in the frag6 tests. Looking at the python code there are lots of sleep(75) calls. Do these tests really need to sleep for 1m15s?