WIP test for ClrCmd race condition

Change-Id: I212b53917a4489f651d2a1183565c0d0b466b7df
This commit is contained in:
Daniel Willmann 2018-05-17 13:32:36 +02:00
parent 898a7e06cc
commit 9da8d6c2b1
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ altstep as_clear_cmd_compl_disc(float t := 5.0) runs on BSC_ConnHdlr {
}
}
function f_expect_clear(float t := 5.0) runs on BSC_ConnHdlr {
function f_expect_clear(float t := 6.0) runs on BSC_ConnHdlr {
timer T := t;
T.start;