vendredi 14 septembre 2018

Golang 1.9.2: Test '-timeout 0' not reflected in execution

I am using Go 1.9.2 version and invoking the test with timeout disabled using -timeout 0 flag.

go test my_module -run TestModule -v --race -timeout 0

But the test execution is getting timed out after default timeout of 10m.

*** Test killed: ran too long (10m0s).

Aucun commentaire:

Enregistrer un commentaire