Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test/mochiweb_tests.erl #121

Merged
merged 1 commit into from
Jan 3, 2014

Commits on Jan 3, 2014

  1. Update test/mochiweb_tests.erl

    * With Erlang R16B03 running on FreeBSD/amd64 10.0-PRERELEASE
      (base/stable/10 r260159),
      the following tests will not finish
      within the default eunit timeout of 5 seconds
      (See `lib/eunit/src/eunit_internal.hrl` (of R16B03))
      so cases modified to extend timeout to 60 seconds (`LARGE_TIMEOUT`):
    
            % note well the underscore at the end of function names
            single_100k_http_POST_test_()
            single_100k_https_POST_test_()
            multiple_100k_http_POST_test_()
            multiple_100k_https_POST_test_()
    
      See also <mochi@02066a5>
    jj1bdx committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    67e6863 View commit details
    Browse the repository at this point in the history