kava icon indicating copy to clipboard operation
kava copied to clipboard

Remove WithDeadline from golang level context in test_all

Open denalimarsh opened this issue 4 years ago • 0 comments

Somewhere in the make test_all test run on CircleCI the golang level context is being set 'WithDeadline`, resulting in a possible timeout:

Build timed out after 5h0m0s
context deadline exceeded

See related StackOverflow here.

denalimarsh avatar May 07 '20 15:05 denalimarsh