Skip to content

Commit

Permalink
increase time in test
Browse files Browse the repository at this point in the history
  • Loading branch information
escamoteur committed Nov 27, 2024
1 parent abf2385 commit c02096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/error_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ void main() {
};

testCommand.execute();
await Future<void>.delayed(const Duration(seconds: 1));
await Future<void>.delayed(const Duration(seconds: 2));

expect(localHandlerCaught, null);
expect(globalHandlerCaught, isA<StateError>());
Expand Down

0 comments on commit c02096f

Please sign in to comment.