GenerEOS / Qtest

Javascript Antelope Smart Contract Testing Library
MIT License
20 stars 7 forks source link

Test Fail: account test › Increase time to specific time point › should increase time to able to add new epoch #35

Closed rdewilder closed 1 year ago

rdewilder commented 2 years ago

FAIL test/passingtime.test.ts (36.271 s) ● account test › Increase time to specific time point › should increase time to able to add new epoch

assertion failure with message: only start next epoch once the previous epoch has done

  at new RpcError (node_modules/eosjs/src/eosjs-rpcerror.ts:14:13)
  at JsonRpc.<anonymous> (node_modules/eosjs/src/eosjs-jsonrpc.ts:97:19)
  at step (node_modules/eosjs/dist/eosjs-jsonrpc.js:37:23)
  at Object.next (node_modules/eosjs/dist/eosjs-jsonrpc.js:18:53)
  at fulfilled (node_modules/eosjs/dist/eosjs-jsonrpc.js:9:58)
quocle108 commented 2 years ago

@rdewilder which system are you're run the test? FYI, it works fine in MAC M1 ARM64 and Ubuntu AMD64 on my side