You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when use fibula with jasmine it cause timeout error. it always fail when jasmine timeout limit is 5s, when i set the timeout limit to 25s, it will not throw timeout error anymore, after checked the database log, it seems because build indexes take times and block the query operation.
but this problem seems should not be belong to fibula.js, because mongodb build indexes when jasmine initialize the app .
database:
mongodb 3.2.1
error message:
Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
problem:
when use fibula with jasmine it cause timeout error. it always fail when jasmine timeout limit is 5s, when i set the timeout limit to 25s, it will not throw timeout error anymore, after checked the database log, it seems because build indexes take times and block the query operation.
but this problem seems should not be belong to fibula.js, because mongodb build indexes when jasmine initialize the app .
database:
mongodb 3.2.1
error message:
test case code:
The text was updated successfully, but these errors were encountered: