From a91cbea59acf86d589775b1015cdfc6728dc4eac Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Tue, 30 Jun 2020 17:42:28 +0200 Subject: [PATCH] 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. --- tests/pkg_spiffs/tests/01-run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pkg_spiffs/tests/01-run.py b/tests/pkg_spiffs/tests/01-run.py index 8b4e23f2e7..9ef7302834 100755 --- a/tests/pkg_spiffs/tests/01-run.py +++ b/tests/pkg_spiffs/tests/01-run.py @@ -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))