Skip to content

Commit

Permalink
Increase number of retries for eval test
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette committed Oct 2, 2024
1 parent 6b6397d commit 08a1cad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class EvalTester {
final responseFinder = await retryUntilFound(
expectedResponse,
tester: tester,
retries: 6,
);
expect(responseFinder, findsOneWidget);
}
Expand Down

0 comments on commit 08a1cad

Please sign in to comment.