Commit b2734f6a authored by rmcilroy's avatar rmcilroy Committed by Commit bot

[Test] Fix CompilerDispatcher test.

Review-Url: https://codereview.chromium.org/2281463002
Cr-Commit-Position: refs/heads/master@{#38900}
parent 78613430
......@@ -215,7 +215,7 @@ TEST_F(CompilerDispatcherJobTest, CompileFailureToPrepare) {
TEST_F(CompilerDispatcherJobTest, CompileFailureToFinalize) {
std::string raw_script("() { var a = ");
for (int i = 0; i < 1000; i++) {
for (int i = 0; i < 2000; i++) {
raw_script += "'x' + ";
}
raw_script += " 'x'; }";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment