• Yu-Ju Hong's avatar
    Limit the number of concurrent tests in integration.go · faf47b6f
    Yu-Ju Hong authored
    Integration test often time out because the machine is loaded. Instead of
    increasing timeout, this change hopes to address the issue by limiting the
    number of tests running simultaneously.
    
    Add a new flag in integration.go to specify the maximum number of concurrent
    tests. Set the default in travis and shippable configurations to be 4.
    faf47b6f
shippable.yml 1.54 KB