Skip to content

Commit c347392

Browse files
authored
Add automatic retry to the Firestore tests (#652)
1 parent 1df633b commit c347392

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firestore/testapp/Assets/Firebase/Sample/Firestore/UIHandlerAutomated.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ protected override void Start() {
177177

178178
testRunner = AutomatedTestRunner.CreateTestRunner(
179179
testsToRun: testFilter.Length > 0 ? testFilter : tests,
180-
logFunc: LogInBatches
180+
logFunc: LogInBatches,
181+
maxAttempts: 3
181182
);
182183

183184
Debug.Log("NOTE: Some API calls report failures using UnityEngine.Debug.LogError which will " +

0 commit comments

Comments
 (0)