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:
Benjamin Valentin 2020-06-30 17:42:28 +02:00
parent adbf9ef3ac
commit a91cbea59a

View File

@ -11,4 +11,4 @@ from testrunner import run_check_unittests
if __name__ == "__main__":
sys.exit(run_check_unittests())
sys.exit(run_check_unittests(timeout=90))