-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
cy.fixture timeout error with large xlsx file (100MB) #8253
Comments
Duplicate of #8181 - this will be fixed in our next release. You can roll back to 4.11.0 in the meantime to avoid this error. |
@jennifer-shehane I saw the same behavior on 4.11.0 and 4.10.0. Is it really the same error? |
Sorry, no, I didn't look closely enough. This is a different issue. |
Hmm seems to be duplicate of #7365 isn't it? |
Sorry, yes. There are a few issues with large fixture files that I've gotten confused. Duplicate of #7365 |
Current behavior:
Cypress is throwing a timeout error when it tries to execute the command cy.fixture('import280k.xlsx', 'binary', { timeout: 120000} ).as('import')
It happens using large files. I tried with a smaller file and it worked ok. Both files are in cypress/fixture folder.
Desired behavior:
I want to use fixture command with large files without timeout errors.
Test code to reproduce
cy.fixture('import280k.xlsx', 'binary', { timeout: 120000} ).as('import')
Versions
I tried with
Cypress 4.12.0, 4.11.0 and 4.10.0
Window Server 2008 R2
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: