Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Issue 16495: Significantly increase timeouts to reduce flakiness... (Closed)

Created:
11 years, 11 months ago by jar (doing other things)
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Significantly increase timeouts to reduce flakiness Several tests now "plan for success" and will terminate rapidly if all goes well (and will hang if there really is a problem). One test I just upped by a factor of 5, hoping that I'll get a timem slice within a 5 second window, rather than assuming that I'll get one within a 1 second window. I could go further, but the test now takes over 5 seconds to run, which seems like a lot of time for a trivial test. bug=5723 r=maruel Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=7744

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -8 lines) Patch
M base/watchdog_unittest.cc View 1 2 2 chunks +7 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jar (doing other things)
11 years, 11 months ago (2008-12-30 23:19:05 UTC) #1
M-A Ruel
Can you replace the long sleep by a semi-busy loop? (E.g. loop with a very ...
11 years, 11 months ago (2008-12-31 13:36:21 UTC) #2
M-A Ruel
http://codereview.chromium.org/16495/diff/202/4 File base/watchdog_unittest.cc (right): http://codereview.chromium.org/16495/diff/202/4#newcode100 Line 100: WatchdogCounter watchdog(TimeDelta::FromSeconds(5), "Enabled", true); Ok I understand the ...
11 years, 11 months ago (2009-01-02 21:04:25 UTC) #3
jar (doing other things)
http://codereview.chromium.org/16495/diff/202/4 File base/watchdog_unittest.cc (right): http://codereview.chromium.org/16495/diff/202/4#newcode100 Line 100: WatchdogCounter watchdog(TimeDelta::FromSeconds(5), "Enabled", true); I could do something ...
11 years, 11 months ago (2009-01-07 00:32:05 UTC) #4
M-A Ruel
11 years, 11 months ago (2009-01-07 16:28:57 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698