Title: [218833] trunk/LayoutTests
- Revision
- 218833
- Author
- [email protected]
- Date
- 2017-06-27 07:47:29 -0700 (Tue, 27 Jun 2017)
Log Message
LayoutTest webrtc/datachannel/multiple-connections.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=173853
Patch by Youenn Fablet <[email protected]> on 2017-06-27
Reviewed by Eric Carlson.
* webrtc/datachannel/multiple-connections.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (218832 => 218833)
--- trunk/LayoutTests/ChangeLog 2017-06-27 06:41:51 UTC (rev 218832)
+++ trunk/LayoutTests/ChangeLog 2017-06-27 14:47:29 UTC (rev 218833)
@@ -1,3 +1,12 @@
+2017-06-27 Youenn Fablet <[email protected]>
+
+ LayoutTest webrtc/datachannel/multiple-connections.html is a flaky timeout
+ https://bugs.webkit.org/show_bug.cgi?id=173853
+
+ Reviewed by Eric Carlson.
+
+ * webrtc/datachannel/multiple-connections.html:
+
2017-06-26 Antti Koivisto <[email protected]>
REGRESSION (AsyncImageDecoding): A tab with the WWDC keynote paused is killed for using excessive power (Image thrashing)
Modified: trunk/LayoutTests/webrtc/datachannel/multiple-connections.html (218832 => 218833)
--- trunk/LayoutTests/webrtc/datachannel/multiple-connections.html 2017-06-27 06:41:51 UTC (rev 218832)
+++ trunk/LayoutTests/webrtc/datachannel/multiple-connections.html 2017-06-27 14:47:29 UTC (rev 218833)
@@ -26,7 +26,7 @@
remoteChannel._onmessage_ = () => { resolve(); }
};
});
- setTimeout(() => { reject("Test timed out"); }, 1000);
+ setTimeout(() => { reject("Test timed out"); }, 5000);
}).then(() => {
localChannel.close();
remoteChannel.close();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes