Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrh committed Sep 29, 2023
1 parent 4969f25 commit 3df8020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apis/action/tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ void _tests(TestContext context) {

Future<void> _addSmallDelay() async {
// On some version of chrome we need a small delay between a "Set" and a "Get"
await Future.delayed(const Duration(milliseconds: 50));
await Future.delayed(const Duration(milliseconds: 100));
}

0 comments on commit 3df8020

Please sign in to comment.