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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/feedback/ConnectivityTaskTest.java

Issue 1915133002: Increase timeout in ConnectivityTaskTest#testCallbackTwoTimeouts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/feedback/ConnectivityTaskTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/feedback/ConnectivityTaskTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/feedback/ConnectivityTaskTest.java
index e6252a17d23c107eb90b34626ff81fff60a19091..a922307b45db3b310f47dcbdeca53ca6c4aa2762 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/feedback/ConnectivityTaskTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/feedback/ConnectivityTaskTest.java
@@ -113,7 +113,7 @@ public class ConnectivityTaskTest extends ConnectivityCheckerTestBase {
@MediumTest
@Feature({"Feedback"})
public void testCallbackTwoTimeouts() throws InterruptedException {
- final int checkTimeoutMs = 100;
+ final int checkTimeoutMs = 1000;
final Semaphore semaphore = new Semaphore(0);
final AtomicReference<FeedbackData> feedbackRef = new AtomicReference<>();
final ConnectivityTask.ConnectivityResult callback =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698