test: log: log_process: Increase process exit timeout
When running tests on slower devices, 200ms is too low to wait for the process to exit. Increase the timeout to 2s. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
2d12e6088e
commit
9dc2642d2c
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ protected:
|
||||||
return TestFail;
|
return TestFail;
|
||||||
}
|
}
|
||||||
|
|
||||||
timeout.start(200ms);
|
timeout.start(2s);
|
||||||
while (timeout.isRunning())
|
while (timeout.isRunning())
|
||||||
dispatcher->processEvents();
|
dispatcher->processEvents();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue