Пример #1
0
def get_new_testcase_mutations_timeout():
    """Get the timeout for new testcase mutations."""
    return engine_common.get_overridable_timeout(10 * 60,
                                                 'MUTATIONS_TIMEOUT_OVERRIDE')
Пример #2
0
def get_dictionary_analysis_timeout():
    """Get timeout for dictionary analysis."""
    return engine_common.get_overridable_timeout(
        5 * 60, 'DICTIONARY_TIMEOUT_OVERRIDE')