Fixed duration time for test MBED_A25 - EEPROM flash line read/write - back to 10s after NUCLEO team fixed I2C impementation and I2C timing

pull/429/head
Przemek Wirkus 2014-08-05 15:50:21 +01:00
parent 8dbd2833fc
commit 3310416d2f
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ TESTS = [
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB], "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
"peripherals": ["24LC256"], "peripherals": ["24LC256"],
"automated": True, "automated": True,
"duration": 15, "duration": 10,
}, },
{ {
"id": "MBED_BLINKY", "description": "Blinky", "id": "MBED_BLINKY", "description": "Blinky",