The SyncData unittests take even longer than barrier, and should be in the long runtime test list. This way we keep the 'quick' unittests really quick.
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- utils/unittest_suite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/unittest_suite.py b/utils/unittest_suite.py index 29dba19..9d4c1ac 100755 --- a/utils/unittest_suite.py +++ b/utils/unittest_suite.py @@ -178,6 +178,7 @@ REQUIRES_PROTOBUFS = set(( LONG_RUNTIME = set(( 'base_barrier_unittest.py', 'logging_manager_unittest.py', + 'base_syncdata_unittest.py' )) LONG_TESTS = (REQUIRES_DJANGO | -- 1.8.1.2 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
