jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Jforrester: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ic1e1f0ee98fae487323c15aafbea57f281b665ec
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to