diff --git a/tests/gem5/insttest_se/test.py b/tests/gem5/insttest_se/test.py index 8f9fd58246..c58a42bf33 100644 --- a/tests/gem5/insttest_se/test.py +++ b/tests/gem5/insttest_se/test.py @@ -72,4 +72,5 @@ for isa in test_progs: config_args=['--cmd', joinpath(path, binary), '--cpu-type', cpu, '--caches'], valid_isas=(isa.upper(),), + length = constants.long_tag, )