-
Notifications
You must be signed in to change notification settings - Fork 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
cpu/esp32: increase timeout for spiffs and littlefs tests #12758
Conversation
4137a09
to
0b87f4d
Compare
@aabadie Many thanks for reviewing 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK please squash!
The time it takes to erase the entire flash memory of an esp32 card requires increasing the timeout for tests/pkg_spiffs and tests/pkg_littlefs.
330923c
to
47a4ff0
Compare
Squashed. |
Thanks. |
this changes the timeout to five minutes, which is above the current maximum job length for Murdock. Does it really take that long on the esps? |
It takes quite long on ESPs. In contrast to other platforms, these tests use a real SPI flash of 4 MB or more. On ESP8266 it takes about 180 seconds, on ESP32 about 60 seconds, too much for the default timeout. |
Contribution description
The time it takes to erase the entire flash memory of an ESP32 board requires increasing the timeout for
tests/pkg_spiffs
andtests/pkg_littlefs
.Fixes the automatic tests of
tests/pkg_spiffs
andtests/pkg_littlefs
for ESP32 boards.This PR belongs to the series of PRs, each with very small changes that fix automatic tests on ESP32 boards.
Testing procedure
Make, flash and execute the tests mentioned.
Issues/PRs references
Requires #12752