Increased duration for spifi tests (MBED_A22 and MBED_A23)

pull/880/head
Anders Lindvall 2015-01-13 09:06:29 +01:00
parent f463f62498
commit 6b0765c2fc
1 changed files with 2 additions and 0 deletions

View File

@ -222,6 +222,7 @@ TESTS = [
"source_dir": join(TEST_DIR, "mbed", "spifi1"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
"automated": True,
"duration": 30,
"mcu": ["LPC4088","LPC4088_DM"]
},
{
@ -229,6 +230,7 @@ TESTS = [
"source_dir": join(TEST_DIR, "mbed", "spifi2"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
"automated": True,
"duration": 30,
"mcu": ["LPC4088","LPC4088_DM"]
},
{