We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df633b commit c347392Copy full SHA for c347392
firestore/testapp/Assets/Firebase/Sample/Firestore/UIHandlerAutomated.cs
@@ -177,7 +177,8 @@ protected override void Start() {
177
178
testRunner = AutomatedTestRunner.CreateTestRunner(
179
testsToRun: testFilter.Length > 0 ? testFilter : tests,
180
- logFunc: LogInBatches
+ logFunc: LogInBatches,
181
+ maxAttempts: 3
182
);
183
184
Debug.Log("NOTE: Some API calls report failures using UnityEngine.Debug.LogError which will " +
0 commit comments