e2e-tests: Delay browser setup
This commit is contained in:
parent
c1149079c8
commit
1faf9dbe8b
@ -472,6 +472,12 @@ public class OpenViduTestE2e {
|
||||
}
|
||||
if (!containerAlreadyRunning) {
|
||||
container.start();
|
||||
try {
|
||||
// Avoid error starting container
|
||||
Thread.sleep(5000);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
containers.add(container);
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user