Skip to content

Commit

Permalink
Increase the timeout in test-http-finish-before-resolve.
Browse files Browse the repository at this point in the history
Increases the timeout in this test case to avoid spurious failures when the
network is having one of those days.
  • Loading branch information
ignacio committed Aug 21, 2014
1 parent f1c63e7 commit 053e18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-http-finish-before-resolve.lua
Expand Up @@ -14,7 +14,7 @@ local timer = setTimeout(function()
request.connection:destroy()
assert_true(response_received, "A response should have arrived by now")
process:exit(-1)
end, 5000)
end, 10000)

request:on("response", function (self, response)
console.log("STATUS: " .. response.statusCode)
Expand Down

0 comments on commit 053e18e

Please sign in to comment.