openvidu-test-e2e: print alert content if present
This commit is contained in:
parent
d62f2f31eb
commit
09de80cf15
@ -98,7 +98,8 @@ public class OpenViduEventManager {
|
||||
if (ex.getClass().getSimpleName().equals("UnhandledAlertException")
|
||||
&& ex.getMessage().contains("unexpected alert open")) {
|
||||
stopPolling(false);
|
||||
System.err.println("Alert opened. Waiting 1 second and restarting polling");
|
||||
System.err
|
||||
.println("Alert opened (" + ex.getMessage() + "). Waiting 1 second and restarting polling");
|
||||
try {
|
||||
Thread.sleep(1000);
|
||||
} catch (InterruptedException e) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user