commit | 032ae4b0859ed1432a16d3baeaa5fd96f3076684 | [log] [tgz] |
---|---|---|
author | Viktar Donich <viktard@google.com> | Fri Jun 16 12:41:16 2017 -0700 |
committer | Viktar Donich <viktard@google.com> | Fri Jun 16 12:41:16 2017 -0700 |
tree | c2ca924b7c95ef1c382e3aec504ab8c2b37b6e24 | |
parent | f79480520546d3a9fb588173fade414416e6c4a6 [diff] |
Increase time for endurance test Bug: Issue 6524 Change-Id: I9f58e31ec6dc8193878121fabed58d0d41636bbb
diff --git a/polygerrit-ui/app/elements/shared/gr-rest-api-interface/gr-reviewer-updates-parser_test.html b/polygerrit-ui/app/elements/shared/gr-rest-api-interface/gr-reviewer-updates-parser_test.html index 3debf4b..fffd8a5 100644 --- a/polygerrit-ui/app/elements/shared/gr-rest-api-interface/gr-reviewer-updates-parser_test.html +++ b/polygerrit-ui/app/elements/shared/gr-rest-api-interface/gr-reviewer-updates-parser_test.html
@@ -317,6 +317,6 @@ reviewer_updates: _.times(200, makeRubbishUpdate), }); instance._advanceUpdates(); - }).timeout(1000); + }).timeout(2000); }); </script>