From c02096f0109cb478ef604fe7f4c337c028f7e4e5 Mon Sep 17 00:00:00 2001 From: Thomas Burkhart Date: Wed, 27 Nov 2024 12:58:22 +0100 Subject: [PATCH] increase time in test --- test/error_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/error_test.dart b/test/error_test.dart index 2cabef7..7709946 100644 --- a/test/error_test.dart +++ b/test/error_test.dart @@ -550,7 +550,7 @@ void main() { }; testCommand.execute(); - await Future.delayed(const Duration(seconds: 1)); + await Future.delayed(const Duration(seconds: 2)); expect(localHandlerCaught, null); expect(globalHandlerCaught, isA());