Skip to content
Snippets Groups Projects
Commit 76a8bd32 authored by AKhatskevich's avatar AKhatskevich Committed by Konstantin Osipov
Browse files

Fix http error test

The test expected that http:get yields, however, in case of
very fast unix_socket and parallel test execution, a context
switch during the call lead to absence of yield and to instant
reply. That caused an error during `fiber:cancel`.

The problem is solved by increasing http server response time.

Closes #3480
parent 1663bdc4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment