-
Notifications
You must be signed in to change notification settings - Fork 2
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
Getting timeouts from time to time #156
Comments
Hmm I don’t know why this happen only occasionally. Can you look into this?
…Sent from my iPhone
On Jun 14, 2021, at 07:44, Juan Julián Merelo Guervós ***@***.***> wrote:
From time to time, rollup takes time to copy files and they're not ready when tests starts.
See for instance above how it errors saying it does not find the file which has just been copied. Any idea of how to fix this? Maybe create some delay when the file is being processed, in the plugin file?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
It happens 1/2 to 1/3rd of th etime. Sometimes it's a chmod error, some other times an unlink error, the problem always seems to be it starts to copy stuff but then cypress kicks in, does not find something, bails out. |
Testing with the latest version of rollup, same thing. Sorry... Can't figure it out. Maybe because it's called asynchronously? Shouldn't it return an asynchronous function? |
I would be able to look at it, if I had a reproducible example showing the problem |
From time to time, rollup takes time to copy files and they're not ready when tests starts.
![Captura de pantalla de 2021-06-14 13-43-11](https://user-images.githubusercontent.com/500/121887024-7d4b6600-cd16-11eb-8cb0-8a9b8576cd30.png)
See for instance above how it errors saying it does not find the file which has just been copied. Any idea of how to fix this? Maybe create some delay when the file is being processed, in the plugin file?
The text was updated successfully, but these errors were encountered: