Commit 38ec2da
committed
Tools: Testbench: Increase copies timeout value
The testbench quits after three file module copies without data
written. The value is too low for components those accumulate
more than one LL period of data before producing output or can't
output at every copy.
The value 10 should better ensure that testbench run is not ended
too early. Currently testbench lacks the DP scheduler so, so the
modules those are designed for DP can be run with this workaround.
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>1 parent 4e438f3 commit 38ec2da
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments