Skip to content

Commit 3310416

Browse files
committed
Fixed duration time for test MBED_A25 - EEPROM flash line read/write - back to 10s after NUCLEO team fixed I2C impementation and I2C timing
1 parent 8dbd283 commit 3310416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
245245
"peripherals": ["24LC256"],
246246
"automated": True,
247-
"duration": 15,
247+
"duration": 10,
248248
},
249249
{
250250
"id": "MBED_BLINKY", "description": "Blinky",

0 commit comments

Comments
 (0)