• Show log

    Commit

  • Hash : 361ebbcb
    Author : Patrick Steinhardt
    Date : 2019-11-28T15:36:40

    tests: config: only test parsing huge file with GITTEST_INVASIVE_SPEED
    
    The test in config::stress::huge_section_with_many_values takes quite a
    long time to execute. Hide it behind the GITTEST_INVASIVE_SPEED
    environment varibale to not needlessly blow up execution time of tests.
    As this environment variable is being set by the continuous integration,
    we will execute it regularly anyway.