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

Pipeline timeout error #218

Open
nicosammito opened this issue Oct 27, 2024 · 4 comments
Open

Pipeline timeout error #218

nicosammito opened this issue Oct 27, 2024 · 4 comments

Comments

@nicosammito
Copy link
Contributor

For some weird reason the snapshot pipeline fails after some time with this error:

FAIL browser: chromium src/components/d-screen/DScreen.stories.tsx (15.648 s)
    ● Dashboard Screen › DashboardScreenExample › smoke-test
  
      thrown: "Exceeded timeout of 15000 ms for a test.
      Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
  
        127 |                     <Badge>Home</Badge>
        128 |                     <Text size={"sm"} mx={0.5}>/</Text>
      > 129 |                     <Badge>...</Badge>
            |             ^
        130 |                     <Text size={"sm"} mx={0.5}>/</Text>
        131 |                     <Badge>Sagittarius</Badge>
        132 |                 </DScreen.BarContent>
  
        at src/components/d-screen/DScreen.stories.tsx:129:13
        at src/components/d-screen/DScreen.stories.tsx:128:9
        at Object.<anonymous> (src/components/d-screen/DScreen.stories.tsx:127:5)
  

have a look into the Pipeline: https://github.com/code0-tech/pictor/actions/runs/11525827206/job/32088845710

@nicosammito nicosammito added the bug Something isn't working label Oct 27, 2024
@Taucher2003
Copy link
Member

I haven't looked at it in detail yet, but it might be caused by tabler/tabler-icons#1233

@nicosammito
Copy link
Contributor Author

I haven't looked at it in detail yet, but it might be caused by tabler/tabler-icons#1233

tbh this complete error does not make any sense because it tries to create a snapshot from a screen that is not existing (commented out).

https://github.com/code0-tech/pictor/blob/renovate/tabler-icons-react-3.x/src/components/d-screen/DScreen.stories.tsx

@nicosammito
Copy link
Contributor Author

nvm the error still exists. Probably this is because of tabler icons

@nicosammito
Copy link
Contributor Author

Because we can't rly do something now, we should wait until tabler icons fixes or reverses the changes of dynamic icon imports.

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