• Jonathan Basseri's avatar
    Allow integration test timeout override. · 4df4c8bd
    Jonathan Basseri authored
    This allows the test timeout to be overridden at the command line for
    integration tests. The default behavior is unchanged.
    
    e.g.
        make test-integration WHAT="./test/integration/scheduler" \
            KUBE_TEST_ARGS="-run=. -count=10" \
    	KUBE_TIMEOUT="-timeout 1h"
    4df4c8bd
test-integration.sh 3.63 KB