8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
10 lines
321 B
INI
10 lines
321 B
INI
import lit.formats
|
|
config.name = 'googletest-timeout'
|
|
config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
|
|
|
|
configSetTimeout = lit_config.params.get('set_timeout', '0')
|
|
|
|
if configSetTimeout == '1':
|
|
# Try setting the max individual test time in the configuration
|
|
lit_config.maxIndividualTestTime = 1
|