Skip to content

Instantly share code, notes, and snippets.

@muddydixon
Created July 10, 2014 05:00
Show Gist options
  • Save muddydixon/3cc7e0dbefdd1a914ebe to your computer and use it in GitHub Desktop.
Save muddydixon/3cc7e0dbefdd1a914ebe to your computer and use it in GitHub Desktop.

こんなんなる

% mocha -R spec test/test-basepath.js


  Stubcell server should set json basepath
    request
      1) should return test/base/test/record_get.json
      2) "after each" hook


  0 passing (12s)
  2 failing

  1) Stubcell server should set json basepath request should return test/base/test/record_get.json:
     Error: timeout of 10000ms exceeded
      at null.<anonymous> (/Users/XXX/.nvm/v0.10.23/lib/node_modules/mocha/lib/runnable.js:139:19)
      at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)

  2) Stubcell server should set json basepath "after each" hook:
     Error: timeout of 2000ms exceeded
      at null.<anonymous> (/Users/XXX/.nvm/v0.10.23/lib/node_modules/mocha/lib/runnable.js:139:19)
      at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment