kava
kava copied to clipboard
Remove WithDeadline from golang level context in test_all
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.