Skip to content

Disable RequestContext deadline checking in tests

Stan Hu requested to merge sh-disable-request-context-deadline-in-test into master

This deadline made it difficult to debug feature specs because any Gitaly calls that were issued would fail after 57 seconds. We disable this timeout during tests to make it easier to use a debugger.

Closes gitlab-development-kit#882 (closed)

Edited by Stan Hu

Merge request reports