Krinkle has uploaded a new change for review.
https://gerrit.wikimedia.org/r/192740
Change subject: test: Reduce timeout in Process test from 100 to 10
......................................................................
test: Reduce timeout in Process test from 100 to 10
Matching the others. Makes the tests run a little faster.
Change-Id: Ic1e1f0ee98fae487323c15aafbea57f281b665ec
---
M tests/Process.test.js
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/40/192740/1
diff --git a/tests/Process.test.js b/tests/Process.test.js
index 206d9a3..3f03640 100644
--- a/tests/Process.test.js
+++ b/tests/Process.test.js
@@ -154,7 +154,7 @@
process
.next( function () {
result.push( 'A' );
- return 100;
+ return 10;
} )
.next( function () {
result.push( 'B' );
--
To view, visit https://gerrit.wikimedia.org/r/192740
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic1e1f0ee98fae487323c15aafbea57f281b665ec
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits