outmoded / sntp

SNTP client (RFC4330) for node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`npm test`: Timed out errors (Windows)

mcandre opened this issue · comments

When I run npm test, I get two time out errors. I tried increasing -t to 9000, but nothing changed.

Trace:

$ npm test

> sntp@0.2.2 test c:\Documents and Settings\apenneba\Desktop\src\sntp
> make test-cov

node node_modules/lab/bin/lab -r threshold -t 9000


  ...x............x...

 2 of 20 tests failed:

  1) SNTP #time times out on no response:
     Error: Timed out

  2) SNTP #offset fails getting the current offset on invalid server:
     Error: Timed out


Coverage: 0.00%

Code coverage below threshold: 0.00 < 9000
make: *** [test-cov] Error 1
npm ERR! Test failed.  See above for more details.
npm ERR! not ok code 0

System:

$ specs node os
Specs:

specs 0.4
https://github.com/mcandre/specs#readme

npm --version
1.2.17

node --version
v0.10.3

systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
OS Name:                   Microsoft Windows XP Professional
OS Version:                5.1.2600 Service Pack 3 Build 2600

I am unable to support windows. If you have a bug fix, happy to accept PR.

commented

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.