tests-e2e: Wait 2 seconds before clean recordings
This commit is contained in:
parent
d8104ffd02
commit
414934416b
@ -133,6 +133,12 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
||||
@BeforeEach()
|
||||
protected void beforeEach() {
|
||||
this.closeAllSessions(OV);
|
||||
try {
|
||||
Thread.sleep(2000);
|
||||
} catch (InterruptedException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
this.deleteAllRecordings(OV);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user