Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit c02096f

Browse files
committed
increase time in test
1 parent abf2385 commit c02096f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/error_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ void main() {
550550
};
551551

552552
testCommand.execute();
553-
await Future<void>.delayed(const Duration(seconds: 1));
553+
await Future<void>.delayed(const Duration(seconds: 2));
554554

555555
expect(localHandlerCaught, null);
556556
expect(globalHandlerCaught, isA<StateError>());

0 commit comments

Comments
 (0)