tests/pkg_spiffs: increase test timeout to 90s
test takes 66s to run on esp8266-esp-12x, bump the timeout to 90s to be safe.
This commit is contained in:
parent
adbf9ef3ac
commit
a91cbea59a
@ -11,4 +11,4 @@ from testrunner import run_check_unittests
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.exit(run_check_unittests())
|
sys.exit(run_check_unittests(timeout=90))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user