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 failing intermittently #4919

Open
bengtan opened this issue Mar 17, 2020 · 0 comments
Open

Tests failing intermittently #4919

bengtan opened this issue Mar 17, 2020 · 0 comments
Assignees

Comments

@bengtan
Copy link
Contributor

bengtan commented Mar 17, 2020

Recent failures in friendshare.test.ts:

https://circleci.com/gh/hippware/rn-chat/8801
https://circleci.com/gh/hippware/rn-chat/8805
https://circleci.com/gh/hippware/rn-chat/8807
https://circleci.com/gh/hippware/rn-chat/8808

Output:

* Friend Share › make them friends and share location

    Failed: "waitFor timed out in 10000 milliseconds.

    end sharing location"

      36 |   })
      37 | 
    > 38 |   it('make them friends and share location', async () => {
         |   ^
      39 |     let aliceBobProfile = await alice.loadProfile(bob.username!)
      40 |     const bobAliceProfile = await bob.loadProfile(alice.username!)
      41 |     expect(aliceBobProfile!.isFriend).toBeFalsy()

      at Env.it (node_modules/jest-jasmine2/build/jasmineAsyncInstall.js:89:24)
      at Suite.Object.<anonymous>.describe (__tests__/wocky/friendshare.test.ts:38:3)
      at Object.<anonymous> (__tests__/wocky/friendshare.test.ts:5:1)
@bengtan bengtan self-assigned this Mar 17, 2020
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

1 participant