RTOS_3 Semaphore resource lock test timeout increased

pull/234/head
Przemek Wirkus 2014-03-25 16:35:49 +00:00
parent 752c8f466f
commit e2ab4b9343
1 changed files with 1 additions and 0 deletions

View File

@ -517,6 +517,7 @@ TESTS = [
"id": "RTOS_3", "description": "Semaphore resource lock", "id": "RTOS_3", "description": "Semaphore resource lock",
"source_dir": join(TEST_DIR, "rtos", "mbed", "semaphore"), "source_dir": join(TEST_DIR, "rtos", "mbed", "semaphore"),
"dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, TEST_MBED_LIB], "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, TEST_MBED_LIB],
"duration": 20,
"automated": True, "automated": True,
}, },
{ {