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

Timeout on GitHub Actions using Percy shooter #66

Open
ardaerzin opened this issue Dec 6, 2021 · 5 comments
Open

Timeout on GitHub Actions using Percy shooter #66

ardaerzin opened this issue Dec 6, 2021 · 5 comments

Comments

@ardaerzin
Copy link

switching from react-screenshot-test, everything works fine locally but we keep getting a timeout error while running the tests on GitHub Actions. logs look like the following:

Pre-bundling dependencies:
  react
  clsx
  next/image
  styled-components
  styled-css-grid
  (...and 17 more)
(this will be run only when your dependencies or config have changed)

warn - You have enabled the JIT engine which is currently in preview.
warn - Preview features are not covered by semver, may introduce breaking changes, and can change at any time.
TimeoutError: **Navigation timeout of 30000 ms exceeded**
error Command failed with exit code 1.

I did a debug locally, and like I said, I don't run into any problems there

@fwouts
Copy link
Owner

fwouts commented Dec 8, 2021

Hi @ardaerzin, sorry for the delay!

I wonder if you can reproduce it locally if you delete the node_modules/.vite directory?

@ardaerzin
Copy link
Author

@fwouts no worries.

I just tried your suggestion, multiple times, but was not able to reproduce it.

@ardaerzin
Copy link
Author

@fwouts we were using Percy before, so to keep things consistent, I was trying the Percy shooter. today I gave the playwright shooter a go, and I do not experience this problem

@fwouts
Copy link
Owner

fwouts commented Dec 13, 2021

Thanks @ardaerzin, so just to confirm, the issue was specific to the Percy shooter?

@ardaerzin ardaerzin changed the title Timeout on GitHub Actions Timeout on GitHub Actions using Percy shooter Dec 14, 2021
@ardaerzin
Copy link
Author

@fwouts yes that seems to be the case. having no issues with the playwright shooter now. if it happens again, I'll update this ticket with further info

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