mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
tests/sys_sema_inv: wait longer fot thread to exit
This commit is contained in:
parent
c3ea39fbc7
commit
c9ede817a8
@ -86,7 +86,7 @@ static void test_counter_mode(void)
|
||||
puts("thread synced");
|
||||
|
||||
/* wait for all threads to terminate, we are going to re-use the stack */
|
||||
xtimer_msleep(10);
|
||||
xtimer_msleep(50);
|
||||
}
|
||||
|
||||
static void test_mask_mode(void)
|
||||
@ -113,7 +113,7 @@ static void test_mask_mode(void)
|
||||
puts("thread synced");
|
||||
|
||||
/* wait for all threads to terminate, we are going to re-use the stack */
|
||||
xtimer_msleep(10);
|
||||
xtimer_msleep(50);
|
||||
}
|
||||
|
||||
int main(void)
|
||||
|
Loading…
Reference in New Issue
Block a user