Skip to content

Commit 1a59fb8

Browse files
authored
[Firebase AI] Increase the test timeout (#1289)
1 parent 35f4151 commit 1a59fb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firebaseai/testapp/Assets/Firebase/Sample/FirebaseAI/UIHandlerAutomated.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ protected override void Start() {
120120
logFunc: DebugLog
121121
);
122122

123+
// Some of the AI tests tend to take a bit longer, so increase the timeout.
124+
testRunner.TestTimeoutSeconds = 120f;
125+
123126
base.Start();
124127
}
125128

0 commit comments

Comments
 (0)