Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.js

Issue 2644473002: Reduce the number of iterations in write.js (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/SlowTests ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.js b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.js
index f341e84b6d7ec609c8990f134a06ce6057a34804..a754b51f1bbca20b3e9042d8b50ac7283600eb93 100644
--- a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.js
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.js
@@ -165,7 +165,7 @@ promise_test(t => {
}, 'when sink\'s write throws an error, the stream should become errored and the promise should reject');
promise_test(() => {
- const numberOfWrites = 10000;
+ const numberOfWrites = 1000;
let resolveFirstWritePromise;
let writeCount = 0;
« no previous file with comments | « third_party/WebKit/LayoutTests/SlowTests ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698