keybase/keybase-bot

error in master in pagination test

Closed this issue · 0 comments

getting this repeatedly. I'll comment this test out in my branch.

  ● Chat Methods › Chat read › Allows a user to properly paginate over the messages

    Timeout - Async callback was not invoked within the 60000ms timeout specified by jest.setTimeout.

      132 |     })
      133 |
    > 134 |     it('Allows a user to properly paginate over the messages', async () => {
          |     ^
      135 |       // Mark all messages as read
      136 |       await alice1.chat.read(channel)
      137 |

      at Spec (node_modules/jest-jasmine2/build/jasmine/Spec.js:85:20)
      at Suite.it (__tests__/chat.test.js:134:5)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 26 passed, 27 total
Snapshots:   0 total
Time:        96.761s
Ran all test suites matching /__tests__\/chat.test.js/i.
error Command failed with exit code 1.