Skip to content

Commit

Permalink
Add retry to the Storage testapp (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maurice authored Jan 28, 2023
1 parent 3ad1925 commit e974dd1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ protected override void Start() {

testRunner = AutomatedTestRunner.CreateTestRunner(
testsToRun: tests,
logFunc: DebugLog
logFunc: DebugLog,
maxAttempts: 3
);

mainThreadDispatcher = gameObject.AddComponent<MainThreadDispatcher>();
Expand Down

0 comments on commit e974dd1

Please sign in to comment.