blob: 69ec50174c451b028c38ace18a5b3e53654c2bb5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SPDX-License-Identifier: GPL-2.0-or-later
test_mips64el_timeouts = {
'malta' : 420,
'replay' : 180,
}
tests_mips64el_system_thorough = [
'fuloong2e',
'loongson3v',
'malta',
'replay',
'tuxrun',
]
|