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

Tests are failing #2

Open
gregorwolf opened this issue Feb 18, 2021 · 0 comments
Open

Tests are failing #2

gregorwolf opened this issue Feb 18, 2021 · 0 comments
Assignees

Comments

@gregorwolf
Copy link
Collaborator

When I run npm test I get the following output:

  1) Class Destination
       Connection to Destination with No Authentication
         - check cdsapi.connect.to:
     Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/gwolf/Documents/Projects/cap/cds-scp-api/test/destination.js)
      at listOnTimeout (internal/timers.js:549:17)
      at processTimers (internal/timers.js:492:7)

  2) Class Destination
       Connection to Destination with No Authentication
         - check service.run:
     Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/gwolf/Documents/Projects/cap/cds-scp-api/test/destination.js)
      at listOnTimeout (internal/timers.js:549:17)
      at processTimers (internal/timers.js:492:7)

Is there anything that needs to be configured to make the tests running?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants