You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-crashlytics/src/androidTest/java/com/google/firebase/crashlytics/internal/CrashlyticsWorkerTest.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -385,7 +385,7 @@ public void submitTaskFromAnotherWorkerDoesNotUseLocalThreads() throws Exception
385
385
Task<Integer> otherTask =
386
386
crashlyticsWorker.submit(
387
387
() -> {
388
-
sleep(300);
388
+
sleep(30);
389
389
returnlocalExecutor.getActiveCount();
390
390
});
391
391
@@ -395,8 +395,6 @@ public void submitTaskFromAnotherWorkerDoesNotUseLocalThreads() throws Exception
0 commit comments