openvidu-test-app: update .gitignore
This commit is contained in:
parent
3cc28fa9f5
commit
bdb34e7221
@ -955,6 +955,8 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
||||
.equals(event.get("newValue").getAsJsonObject().toString()))) {
|
||||
latch3.countDown();
|
||||
}
|
||||
} else {
|
||||
fail("Viewport resolution did not change in 4 seconds");
|
||||
}
|
||||
} catch (InterruptedException e) {
|
||||
log.error("Error waiting for viewport resolution");
|
||||
|
||||
2
openvidu-testapp/.gitignore
vendored
2
openvidu-testapp/.gitignore
vendored
@ -41,3 +41,5 @@ testem.log
|
||||
# System Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
/.angular
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user