Skip to content

Commit

Permalink
Increase timeout on PrinterJobHandlerUnittest tests.
Browse files Browse the repository at this point in the history
Increase timeout on PrinterJobHandlerUnittest tests to avoid failure on slow
buildbots.

BUG=184245


Review URL: https://chromiumcodereview.appspot.com/12564004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187706 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
noamsml@chromium.org committed Mar 13, 2013
1 parent 6e64577 commit 6937eb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chrome/service/cloud_print/printer_job_handler_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ TEST_F(PrinterJobHandlerTest, DISABLED_HappyPathTest) {
.Times(Exactly(1));

SetUpJobSuccessTest(1);
BeginTest(1);
BeginTest(20);
}

TEST_F(PrinterJobHandlerTest, TicketDownloadFailureTest) {
Expand Down Expand Up @@ -699,7 +699,7 @@ TEST_F(PrinterJobHandlerTest, TicketDownloadFailureTest) {
.Times(AtLeast(1));

SetUpJobSuccessTest(2);
BeginTest(1);
BeginTest(20);
}

// TODO(noamsml): Figure out how to make this test not take 1 second and
Expand Down Expand Up @@ -783,4 +783,3 @@ TEST_F(PrinterJobHandlerTest, DISABLED_CompleteFailureTest) {
}

} // namespace cloud_print

0 comments on commit 6937eb6

Please sign in to comment.